Browse Source

nginx: add scgi_params if CONFIG_NGINX_HTTP_SCGI=y

Signed-off-by: Javier Marcet <javier@marcet.info>
lilik-openwrt-22.03
Javier Marcet 3 years ago
committed by Rosen Penev
parent
commit
19596a013c
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/nginx/Makefile

+ 2
- 0
net/nginx/Makefile View 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


Loading…
Cancel
Save