From e3a83cd73d36177c783c51c5bde37e45441b7459 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 14 Oct 2010 12:57:32 +0200 Subject: [PATCH] lighttpd: Enable dirlistings for orga.evolution-events.nl/private. --- etc/lighttpd/vhosts/evolution-events-nl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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/", -- 2.30.2