diff options
author | Manuel Munz <freifunk@somakoma.de> | 2013-08-17 20:12:19 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2013-08-17 20:12:19 +0000 |
commit | bf86e8642953e9faa12a04f5428383eb692136a3 (patch) | |
tree | b67587cd3cbe4bf1d75c48182221a1f7dfa52bd2 /applications/luci-splash/root | |
parent | 82ab31b5101ad0de7dd8fa4460b8c3ce49c1ef5e (diff) |
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
Diffstat (limited to 'applications/luci-splash/root')
-rwxr-xr-x | applications/luci-splash/root/etc/init.d/luci_splash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-splash/root/etc/init.d/luci_splash b/applications/luci-splash/root/etc/init.d/luci_splash index d1f7c2b99..360773218 100755 --- a/applications/luci-splash/root/etc/init.d/luci_splash +++ b/applications/luci-splash/root/etc/init.d/luci_splash @@ -185,7 +185,7 @@ uci batch <<EOF set uhttpd.splash.listen_http="8082" set uhttpd.splash.index_page="splash.sh" set uhttpd.splash.error_page="/splash.sh" - + set uhttpd.splash.http_keepalive='0' commit uhttpd EOF } |