From: Javier Marcet Date: Fri, 16 Jul 2021 22:29:47 +0000 (+0000) Subject: nginx: add scgi_params if CONFIG_NGINX_HTTP_SCGI=y X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=19596a013cc6f3c161f96ce34f48466fe8ddd99d;p=feed%2Fpackages.git nginx: add scgi_params if CONFIG_NGINX_HTTP_SCGI=y Signed-off-by: Javier Marcet --- diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 7485315d51..886c55db7c 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -197,6 +197,8 @@ ifneq ($(BUILD_VARIANT),all-module) endif ifneq ($(CONFIG_NGINX_HTTP_SCGI),y) ADDITIONAL_MODULES += --without-http_scgi_module + else + config_files += scgi_params endif ifneq ($(CONFIG_NGINX_HTTP_MEMCACHED),y) ADDITIONAL_MODULES += --without-http_memcached_module