From e3a5bd64823d4dda67a3acf876708987c8890177 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 12 Sep 2010 09:32:13 -0400 Subject: [PATCH] Looks like we can't deny access to /config/ anymore... --- horde/docs/lighttpd-horde.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/horde/docs/lighttpd-horde.conf b/horde/docs/lighttpd-horde.conf index 5a0b101eb..bc999df8e 100644 --- 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 +} -- 2.11.0