X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Flighttpd%2Fvhosts%2Fstderr-nl;h=eb84556e2a6f2be0270ebd53e25c10f89a7da0ce;hb=466af543e9f574873cef15c4e65e058b49f7cd85;hp=1b55f09546710d7ae7e45411e9203a99d669d025;hpb=189b5534fbb1b7cb3f49fdfed036300f48d08761;p=matthijs%2Fservers%2Fdrsnuggles.git 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" + } }