nginx: add scgi_params if CONFIG_NGINX_HTTP_SCGI=y
Signed-off-by: Javier Marcet <javier@marcet.info>
This commit is contained in:
parent
2997d2dcf5
commit
19596a013c
1 changed files with 2 additions and 0 deletions
|
@ -197,6 +197,8 @@ ifneq ($(BUILD_VARIANT),all-module)
|
||||||
endif
|
endif
|
||||||
ifneq ($(CONFIG_NGINX_HTTP_SCGI),y)
|
ifneq ($(CONFIG_NGINX_HTTP_SCGI),y)
|
||||||
ADDITIONAL_MODULES += --without-http_scgi_module
|
ADDITIONAL_MODULES += --without-http_scgi_module
|
||||||
|
else
|
||||||
|
config_files += scgi_params
|
||||||
endif
|
endif
|
||||||
ifneq ($(CONFIG_NGINX_HTTP_MEMCACHED),y)
|
ifneq ($(CONFIG_NGINX_HTTP_MEMCACHED),y)
|
||||||
ADDITIONAL_MODULES += --without-http_memcached_module
|
ADDITIONAL_MODULES += --without-http_memcached_module
|
||||||
|
|
Loading…
Reference in a new issue