From 19596a013cc6f3c161f96ce34f48466fe8ddd99d Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Fri, 16 Jul 2021 22:29:47 +0000 Subject: [PATCH] nginx: add scgi_params if CONFIG_NGINX_HTTP_SCGI=y Signed-off-by: Javier Marcet --- net/nginx/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 7485315d5..886c55db7 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