From 466af543e9f574873cef15c4e65e058b49f7cd85 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 23 Jul 2010 13:59:36 +0200 Subject: [PATCH] lighttpd/stderr.nl: Enable dirlisting for /static/tmp. --- etc/lighttpd/vhosts/stderr-nl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/lighttpd/vhosts/stderr-nl b/etc/lighttpd/vhosts/stderr-nl index 1b55f09..eb84556 100644 --- a/etc/lighttpd/vhosts/stderr-nl +++ b/etc/lighttpd/vhosts/stderr-nl @@ -92,4 +92,9 @@ $HTTP["host"] =~ ".stderr.nl$" { "broken-scriptfilename" => "enable", )) ) + + $HTTP["url"] =~ "^/static/tmp/" { + # Enable dirlistings for /tmp + server.dir-listing = "enable" + } } -- 2.30.2