Looks like we can't deny access to /config/ anymore...
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 12 Sep 2010 13:32:13 +0000 (09:32 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 12 Sep 2010 13:32:43 +0000 (09:32 -0400)
horde/docs/lighttpd-horde.conf

index 5a0b101..bc999df 100644 (file)
@@ -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
+}