From: Matthijs Kooijman Date: Fri, 23 Jul 2010 11:59:36 +0000 (+0200) Subject: lighttpd/stderr.nl: Enable dirlisting for /static/tmp. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;ds=inline;h=466af543e9f574873cef15c4e65e058b49f7cd85;hp=189b5534fbb1b7cb3f49fdfed036300f48d08761;p=matthijs%2Fservers%2Fdrsnuggles.git lighttpd/stderr.nl: Enable dirlisting for /static/tmp. --- 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" + } }