summaryrefslogtreecommitdiffhomepage
path: root/libs/httpd/host
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-06-23 19:41:35 +0000
committerSteven Barth <steven@midlink.org>2008-06-23 19:41:35 +0000
commit02cce96c83dfa42de026894d9447ce75f731510a (patch)
treebacc597816e2a4334e8a4cd53cba9845f215a2d4 /libs/httpd/host
parentd5deb7a99aa3ccad8305e405aa25e170e9bc7e33 (diff)
* libs/httpd: Added performance ;-)
Diffstat (limited to 'libs/httpd/host')
-rwxr-xr-xlibs/httpd/host/runluci2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/httpd/host/runluci b/libs/httpd/host/runluci
index c9c93dde84..09039f5539 100755
--- a/libs/httpd/host/runluci
+++ b/libs/httpd/host/runluci
@@ -27,6 +27,6 @@ io.stderr:write("Starting LuCI HTTPD on port " .. PORT .. "...\n")
io.stderr:write("Point your browser to http://localhost:" .. PORT .. "/luci\n")
daemon = luci.httpd.Daemon()
-daemon.debug = true
+--daemon.debug = true
daemon:register(serversocket, server:create_daemon_handlers())
daemon:run()