projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eda3f13
)
fix regex.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 12 Sep 2010 19:41:03 +0000
(15:41 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 12 Sep 2010 19:41:03 +0000
(15:41 -0400)
horde/docs/lighttpd-horde.conf
patch
|
blob
|
history
diff --git
a/horde/docs/lighttpd-horde.conf
b/horde/docs/lighttpd-horde.conf
index
386716b
..
5d2c958
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/|(?<!admin)\/config\/
?
)" {
+$HTTP["url"] =~ "(/templates/|/scripts/|/lib/|/po/|/locale/|(?<!admin)\/config\/)" {
url.access-deny = ("")
}