summaryrefslogtreecommitdiffstats
path: root/module/web/lighttpd
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-02-25 16:32:17 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-02-25 16:32:17 +0100
commit83a4073616f9821a8ebf1df0e18e332490503eca (patch)
tree5c045ed9923dbc05277b36686544958a2afbead8 /module/web/lighttpd
parentgui fix, better click and load support (diff)
downloadpyload-83a4073616f9821a8ebf1df0e18e332490503eca.tar.xz
webinterface improvments + server crash fix
Diffstat (limited to 'module/web/lighttpd')
-rw-r--r--module/web/lighttpd/lighttpd_default.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/lighttpd/lighttpd_default.conf b/module/web/lighttpd/lighttpd_default.conf
index fb971ffbe..55272ce0a 100644
--- a/module/web/lighttpd/lighttpd_default.conf
+++ b/module/web/lighttpd/lighttpd_default.conf
@@ -37,7 +37,7 @@ server.modules = (
## A static document-root. For virtual hosting take a look at the
## mod_simple_vhost module.
-server.document-root = "/srv/http/"
+server.document-root = "%(path)"
## where to send error-messages to
server.errorlog = "%(path)/error.log"