projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4c3085
)
Looks like we can't deny access to /config/ anymore...
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 12 Sep 2010 13:32:13 +0000
(09:32 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 12 Sep 2010 13:32:43 +0000
(09:32 -0400)
horde/docs/lighttpd-horde.conf
patch
|
blob
|
history
diff --git
a/horde/docs/lighttpd-horde.conf
b/horde/docs/lighttpd-horde.conf
index
5a0b101
..
bc999df
100644
(file)
--- a/
horde/docs/lighttpd-horde.conf
+++ b/
horde/docs/lighttpd-horde.conf
@@
-18,6
+18,6
@@
url.rewrite-once += (
"^/horde/incubator/content/(.*)$" => "/horde/incubator/content/index.php"
)
-$HTTP["url"] =~ "(/templates/|/scripts/|/lib/|/po/|/locale/
|/config/
)" {
+$HTTP["url"] =~ "(/templates/|/scripts/|/lib/|/po/|/locale/)" {
url.access-deny = ("")
-}
\ No newline at end of file
+}