initial commit
This commit is contained in:
10
image-entry.d/40-stream.envsh
Executable file
10
image-entry.d/40-stream.envsh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "${NGX_STREAM}" = 0 ] ; then
|
||||
unset NGX_STREAM_MODULES NGX_STREAM_CONFLOAD
|
||||
else
|
||||
set -a
|
||||
NGX_STREAM_MODULES="${NGX_STREAM_MODULES:-}"
|
||||
NGX_STREAM_CONFLOAD="${NGX_STREAM_CONFLOAD:-}"
|
||||
set +a
|
||||
fi
|
Reference in New Issue
Block a user