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.
2 parents ea596f0 + ff43633 commit 971e60eCopy full SHA for 971e60e
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