projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
841f77e
)
lighttpd/stdout.nl: Enable dirlisting for /static/tmp.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 23 Jul 2010 11:58:43 +0000
(13:58 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 23 Jul 2010 11:58:43 +0000
(13:58 +0200)
etc/lighttpd/vhosts/stdout-nl
patch
|
blob
|
history
diff --git
a/etc/lighttpd/vhosts/stdout-nl
b/etc/lighttpd/vhosts/stdout-nl
index 152b784da8c497b8a1f308c96903f6472025bbd3..1fbb4e4f1d46e17270144c7ab58aec07b0588f9b 100644
(file)
--- 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"
+ }
}