nginx: add scgi_params if CONFIG_NGINX_HTTP_SCGI=y
authorJavier Marcet <javier@marcet.info>
Fri, 16 Jul 2021 22:29:47 +0000 (22:29 +0000)
committerRosen Penev <rosenp@gmail.com>
Sat, 30 Oct 2021 21:59:14 +0000 (14:59 -0700)
Signed-off-by: Javier Marcet <javier@marcet.info>
net/nginx/Makefile

index 7485315d51d1bc831a8f75bed67e03e3fd7f32e9..886c55db7c26d46c89c0ed79e0791b3d7c4862a3 100644 (file)
@@ -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