diff options
author | Javier Marcet <javier@marcet.info> | 2021-07-16 22:29:47 +0000 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-10-30 14:59:14 -0700 |
commit | 19596a013cc6f3c161f96ce34f48466fe8ddd99d (patch) | |
tree | b62556d25a1cde27df0670339b4270a868d63be5 /net/nginx/Makefile | |
parent | 2997d2dcf53a6a687b9a37016a7dbbdb68096831 (diff) |
nginx: add scgi_params if CONFIG_NGINX_HTTP_SCGI=y
Signed-off-by: Javier Marcet <javier@marcet.info>
Diffstat (limited to 'net/nginx/Makefile')
-rw-r--r-- | net/nginx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |