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:
c550023
)
lighttpd: Enable dirlistings for orga.evolution-events.nl/private.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Thu, 14 Oct 2010 10:57:32 +0000
(12:57 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Thu, 14 Oct 2010 10:57:32 +0000
(12:57 +0200)
etc/lighttpd/vhosts/evolution-events-nl
patch
|
blob
|
history
diff --git
a/etc/lighttpd/vhosts/evolution-events-nl
b/etc/lighttpd/vhosts/evolution-events-nl
index b20f9648da719e889f6d4287d47d670603a28217..a24a31ce7c7443937b51fc16ccda7a8c976dd6ca 100644
(file)
--- a/
etc/lighttpd/vhosts/evolution-events-nl
+++ b/
etc/lighttpd/vhosts/evolution-events-nl
@@
-44,7
+44,10
@@
$HTTP["host"] =~ ".evolution-events.nl$" {
"require" => "user=admin"
)
)
-
+ $HTTP["url"] =~ "^/private/" {
+ # Enable dirlistings for /private
+ server.dir-listing = "enable"
+ }
url.rewrite-once += (
"^/forum/(.+)$" => "/forum/",