From: Matthijs Kooijman Date: Thu, 14 Oct 2010 10:57:32 +0000 (+0200) Subject: lighttpd: Enable dirlistings for orga.evolution-events.nl/private. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=e3a83cd73d36177c783c51c5bde37e45441b7459;hp=c5500232114eaf5635ed958bddcf052f616ae61e;p=matthijs%2Fservers%2Fdrsnuggles.git lighttpd: Enable dirlistings for orga.evolution-events.nl/private. --- diff --git a/etc/lighttpd/vhosts/evolution-events-nl b/etc/lighttpd/vhosts/evolution-events-nl index b20f964..a24a31c 100644 --- a/etc/lighttpd/vhosts/evolution-events-nl +++ b/etc/lighttpd/vhosts/evolution-events-nl @@ -44,7 +44,10 @@ $HTTP["host"] =~ ".evolution-events.nl$" { "require" => "user=admin" ) ) - + $HTTP["url"] =~ "^/private/" { + # Enable dirlistings for /private + server.dir-listing = "enable" + } url.rewrite-once += ( "^/forum/(.+)$" => "/forum/",