applications/luci-splash: Set http_keepalive to zero. This fixes a problem where the user was not properly redirected after accepting the splash in some cases and when an uhttpd was used that supports http keepalive
This commit is contained in:
parent
82ab31b510
commit
bf86e86429
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ uci batch <<EOF
|
||||||
set uhttpd.splash.listen_http="8082"
|
set uhttpd.splash.listen_http="8082"
|
||||||
set uhttpd.splash.index_page="splash.sh"
|
set uhttpd.splash.index_page="splash.sh"
|
||||||
set uhttpd.splash.error_page="/splash.sh"
|
set uhttpd.splash.error_page="/splash.sh"
|
||||||
|
set uhttpd.splash.http_keepalive='0'
|
||||||
commit uhttpd
|
commit uhttpd
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue