From 189b5534fbb1b7cb3f49fdfed036300f48d08761 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 23 Jul 2010 13:58:43 +0200 Subject: [PATCH] lighttpd/stdout.nl: Enable dirlisting for /static/tmp. --- etc/lighttpd/vhosts/stdout-nl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/lighttpd/vhosts/stdout-nl b/etc/lighttpd/vhosts/stdout-nl index 152b784..1fbb4e4 100644 --- a/etc/lighttpd/vhosts/stdout-nl +++ b/etc/lighttpd/vhosts/stdout-nl @@ -14,4 +14,9 @@ $HTTP["host"] =~ ".stdout.nl$" { # Specify the certificate for this domain (uses SNI) ssl.pemfile = "/etc/lighttpd/ssl/mail.stdout.nl.pem" } + + $HTTP["url"] =~ "^/static/tmp/" { + # Enable dirlistings for /tmp + server.dir-listing = "enable" + } } -- 2.30.2