initial commit
This commit is contained in:
9
image-entry.d/22-http-ssl.envsh
Executable file
9
image-entry.d/22-http-ssl.envsh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
Reference in New Issue
Block a user