1
0
angie-conv-image/image-entry.d/22-http-ssl.envsh
2024-09-17 14:11:00 +03:00

10 lines
207 B
Bash
Executable File

#!/bin/sh
if [ "${NGX_HTTP}" = 0 ] ; then
unset NGX_HTTP_SSL_PROFILE
else
## here should be SANE defaults (!)
NGX_HTTP_SSL_PROFILE="${NGX_HTTP_SSL_PROFILE:-intermediate}"
export NGX_HTTP_SSL_PROFILE
fi