X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Flighttpd%2Fvhosts%2Fninniach-nl;h=a7ebae8525b5dfae522f1f15d56696c1d0477ab9;hb=69e76c209bb9ea4013daae129136a2297f5548b8;hp=bc23020a5f060da2362271e17f6988f08b3d425d;hpb=ee03055b56cf522c99010c9fc850c763564f3e53;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/lighttpd/vhosts/ninniach-nl b/etc/lighttpd/vhosts/ninniach-nl index bc23020..a7ebae8 100644 --- a/etc/lighttpd/vhosts/ninniach-nl +++ b/etc/lighttpd/vhosts/ninniach-nl @@ -3,7 +3,6 @@ $HTTP["host"] =~ ".ninniach.nl$" { var.site-fcgi-dir = var.fcgi-dir + "/ninniach-nl" evhost.path-pattern = var.site-dir + "/htdocs/%3/" - accesslog.filename = var.site-dir + "/logs/access.log" fastcgi.server = ( ".php" => @@ -21,6 +20,7 @@ $HTTP["host"] =~ ".ninniach.nl$" { "BLOSXOM_CONFIG_FILE" => var.site-dir + "/conf/blosxom.conf", "BLOSXOM_DATA_BASE" => var.site-dir + "/data/blosxom", "BLOSXOM_CODE_BASE" => var.site-dir + "/applications/blosxom", + "BLOSXOM_LOGS_BASE" => var.site-dir + "/logs", "BLOSXOM_HTDOCS_URL" => "", ) }