mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 23:14:31 +04:00
Merge pull request #10894 from Ansuel/nginx
nginx: fix missing cgi-exec definition
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=nginx
|
PKG_NAME:=nginx
|
||||||
PKG_VERSION:=1.17.5
|
PKG_VERSION:=1.17.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://nginx.org/download/
|
PKG_SOURCE_URL:=https://nginx.org/download/
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ location /cgi-bin/luci {
|
|||||||
uwsgi_modifier1 9;
|
uwsgi_modifier1 9;
|
||||||
uwsgi_pass unix:////var/run/luci-webui.socket;
|
uwsgi_pass unix:////var/run/luci-webui.socket;
|
||||||
}
|
}
|
||||||
location ~ /cgi-bin/cgi-(backup|download|upload) {
|
location ~ /cgi-bin/cgi-(backup|download|upload|exec) {
|
||||||
include uwsgi_params;
|
include uwsgi_params;
|
||||||
uwsgi_param SERVER_ADDR $server_addr;
|
uwsgi_param SERVER_ADDR $server_addr;
|
||||||
uwsgi_modifier1 9;
|
uwsgi_modifier1 9;
|
||||||
|
|||||||
Reference in New Issue
Block a user