diff --git a/webserver-configs/lighttpd.conf b/webserver-configs/lighttpd.conf index a4775a555..df77c6902 100644 --- a/webserver-configs/lighttpd.conf +++ b/webserver-configs/lighttpd.conf @@ -36,7 +36,7 @@ $HTTP["url"] =~ "^/grav_path/(.git|cache|bin|logs|backup|tests)/(.*)" { $HTTP["url"] =~ "^/grav_path/(system|user|vendor)/(.*)\.(txt|md|html|yaml|php|twig|sh|bat)$" { url.access-deny = ("") } -$HTTP["url"] =~ "^/grav_path/(\.(.*))|(\.(.*)/)" { +$HTTP["url"] =~ "^/grav_path/(\.(.*))" { url.access-deny = ("") } url.access-deny = (".md","~",".inc")