mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Set keepalive uhttpd setting to 0
This commit is contained in:
parent
ce7faebb07
commit
8f4c270a2f
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ uci -q batch <<-EOF >/dev/null
|
||||||
set uhttpd.main.redirect_https=0
|
set uhttpd.main.redirect_https=0
|
||||||
set uhttpd.main.script_timeout=240
|
set uhttpd.main.script_timeout=240
|
||||||
set uhttpd.main.network_timeout=240
|
set uhttpd.main.network_timeout=240
|
||||||
set uhttpd.main.http_keepalive=120
|
set uhttpd.main.http_keepalive=0
|
||||||
EOF
|
EOF
|
||||||
exit 0
|
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue