projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82ab31b
)
applications/luci-splash: Set http_keepalive to zero. This fixes a problem where...
author
Manuel Munz
<
[email protected]
>
Sat, 17 Aug 2013 20:12:19 +0000
(20:12 +0000)
committer
Manuel Munz
<
[email protected]
>
Sat, 17 Aug 2013 20:12:19 +0000
(20:12 +0000)
applications/luci-splash/root/etc/init.d/luci_splash
patch
|
blob
|
history
diff --git
a/applications/luci-splash/root/etc/init.d/luci_splash
b/applications/luci-splash/root/etc/init.d/luci_splash
index d1f7c2b996e13878e92b4aeaa0e02a95a6e21fd5..3607732188a5c71ab2ee2629eb91d0360bd4fa8c 100755
(executable)
--- 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
}