diff options
Diffstat (limited to 'module/web/lighttpd/lighttpd_default.conf')
-rw-r--r-- | module/web/lighttpd/lighttpd_default.conf | 2 |
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" |