lighttpd: Enable dirlistings for orga.evolution-events.nl/private.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 14 Oct 2010 10:57:32 +0000 (12:57 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 14 Oct 2010 10:57:32 +0000 (12:57 +0200)
etc/lighttpd/vhosts/evolution-events-nl

index b20f9648da719e889f6d4287d47d670603a28217..a24a31ce7c7443937b51fc16ccda7a8c976dd6ca 100644 (file)
@@ -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/",