fix regex.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 12 Sep 2010 19:41:03 +0000 (15:41 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 12 Sep 2010 19:41:03 +0000 (15:41 -0400)
horde/docs/lighttpd-horde.conf

index 386716b..5d2c958 100644 (file)
@@ -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 = ("")
 }