mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 19:11:51 +00:00
8 lines
No EOL
194 B
Bash
Executable file
8 lines
No EOL
194 B
Bash
Executable file
#!/bin/sh
|
|
uci -q batch <<-EOF >/dev/null
|
|
set uhttpd.main.redirect_https=0
|
|
set uhttpd.main.script_timeout=240
|
|
set uhttpd.main.network_timeout=240
|
|
set uhttpd.main.http_keepalive=120
|
|
EOF
|
|
exit 0 |