applications/luci-splash: Set http_keepalive to zero. This fixes a problem where...
[project/luci.git] / applications / luci-splash / root / etc / init.d / luci_splash
index d1f7c2b..3607732 100755 (executable)
@@ -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
        }