We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea596f0 commit ff43633Copy full SHA for ff43633
config
@@ -4,7 +4,7 @@ ngx_module_incs=$ngx_addon_dir/src
4
NGINX_VERSION=`grep version src/core/nginx.h | sed 's/#define nginx_version *//;'`
5
6
7
-if [ ! -z "${NGINX_VERSION}" ]
+if [ ! -z "${NGINX_VERSION}" ] && [ $STREAM != NO ]
8
then
9
if [ $NGINX_VERSION -gt 1011002 ]
10
0 commit comments