|
|
@@ -1,10 +1,11 @@
|
|
|
--- a/package/feeds/packages/nginx/files-luci-support/luci.locations
|
|
|
+++ b/package/feeds/packages/nginx/files-luci-support/luci.locations
|
|
|
-@@ -1,12 +1,13 @@
|
|
|
+@@ -1,11 +1,12 @@
|
|
|
-location /cgi-bin/luci {
|
|
|
+location /luci {
|
|
|
index index.html;
|
|
|
include uwsgi_params;
|
|
|
++ uwsgi_read_timeout 300s;
|
|
|
uwsgi_param SERVER_ADDR $server_addr;
|
|
|
uwsgi_modifier1 9;
|
|
|
uwsgi_pass unix:////var/run/luci-webui.socket;
|
|
|
@@ -12,10 +13,8 @@
|
|
|
-location ~ /cgi-bin/cgi-(backup|download|upload|exec) {
|
|
|
+location ~ /cgi-(backup|download|upload|exec|bin) {
|
|
|
include uwsgi_params;
|
|
|
-+ uwsgi_read_timeout 300s;
|
|
|
uwsgi_param SERVER_ADDR $server_addr;
|
|
|
uwsgi_modifier1 9;
|
|
|
- uwsgi_pass unix:////var/run/luci-cgi_io.socket;
|
|
|
|
|
|
--- a/package/network/services/dnsmasq/files/dnsmasq.init
|
|
|
+++ b/package/network/services/dnsmasq/files/dnsmasq.init
|