projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2997d2d
)
nginx: add scgi_params if CONFIG_NGINX_HTTP_SCGI=y
author
Javier Marcet
<javier@marcet.info>
Fri, 16 Jul 2021 22:29:47 +0000
(22:29 +0000)
committer
Rosen 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
patch
|
blob
|
history
diff --git
a/net/nginx/Makefile
b/net/nginx/Makefile
index 7485315d51d1bc831a8f75bed67e03e3fd7f32e9..886c55db7c26d46c89c0ed79e0791b3d7c4862a3 100644
(file)
--- 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