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:
189b553
)
lighttpd/stderr.nl: Enable dirlisting for /static/tmp.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 23 Jul 2010 11:59:36 +0000
(13:59 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 23 Jul 2010 11:59:36 +0000
(13:59 +0200)
etc/lighttpd/vhosts/stderr-nl
patch
|
blob
|
history
diff --git
a/etc/lighttpd/vhosts/stderr-nl
b/etc/lighttpd/vhosts/stderr-nl
index 1b55f09546710d7ae7e45411e9203a99d669d025..eb84556e2a6f2be0270ebd53e25c10f89a7da0ce 100644
(file)
--- 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"
+ }
}