initial commit
This commit is contained in:
9
image-entry.d/42-stream-ssl.envsh
Executable file
9
image-entry.d/42-stream-ssl.envsh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "${NGX_STREAM}" = 0 ] ; then
|
||||
unset NGX_STREAM_SSL_PROFILE
|
||||
else
|
||||
## here should be SANE defaults (!)
|
||||
NGX_STREAM_SSL_PROFILE="${NGX_STREAM_SSL_PROFILE:-intermediate}"
|
||||
export NGX_STREAM_SSL_PROFILE
|
||||
fi
|
Reference in New Issue
Block a user