From 83a4073616f9821a8ebf1df0e18e332490503eca Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 25 Feb 2010 16:32:17 +0100 Subject: webinterface improvments + server crash fix --- module/web/lighttpd/lighttpd_default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/web/lighttpd') 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" -- cgit v1.2.3