nginx: update all-module configurations
authorHuangbin Zhan <redacted>
Sun, 26 Apr 2020 19:17:44 +0000 (03:17 +0800)
committerzhanhb <redacted>
Wed, 29 Apr 2020 22:58:58 +0000 (06:58 +0800)
nginx-all-module also provides nginx-ssl and shoud have configuration file uwsgi_params

Signed-off-by: Huangbin Zhan <redacted>
net/nginx/Makefile

index 59cbb5e89da0bf2950f8998e18a2d7559c66a429..cfd6b47c0f2caf302f64fe7da2c5d3700e70d5a7 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nginx
 PKG_VERSION:=1.17.10
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://nginx.org/download/
@@ -120,7 +120,7 @@ define Package/nginx-all-module
   DEPENDS:=+libpcre +libopenssl +zlib +liblua +libpthread +libxml2 \
    +libubus +libblobmsg-json +libjson-c +nginx-ssl-util
   VARIANT:=all-module
-  PROVIDES:=nginx
+  PROVIDES:=nginx nginx-ssl
 endef
 
 Package/nginx-all-module/description = $(Package/nginx/description) \
@@ -322,7 +322,7 @@ else
        --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module \
        --add-module=$(PKG_BUILD_DIR)/nginx-brotli --add-module=$(PKG_BUILD_DIR)/nginx-rtmp \
        --add-module=$(PKG_BUILD_DIR)/nginx-ts --add-module=$(PKG_BUILD_DIR)/nginx-ubus-module
-  config_files += koi-utf koi-win win-utf fastcgi_params 
+  config_files += koi-utf koi-win win-utf fastcgi_params uwsgi_params
 endif
 
 define Package/nginx-mod-luci/default
git clone https://git.99rst.org/PROJECT