allow .html in deny_regexp

hinted-selects
Vitaliy Filippov 2014-10-15 18:02:58 +04:00
parent 55e38839aa
commit e061a59397
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ path_parent_regexp bugs|bugzilla
# HTTP 403 Access Denied will be shown for URLs matching deny_regexp:
# You are URGED also to disable these URLs on your frontend.
deny_regexp ^(localconfig|data/(?!webdot/)|.*\.(pm|pl|sh)($|\?)|.*\.(ht|svn|hg|bzr|git).*)
deny_regexp ^(localconfig|data/(?!webdot/)|.*\.(pm|pl|sh)($|\?)|(/|^)(CVS|\.(ht|svn|hg|bzr|git)).*)
# 'http_env' specifies which environment variables to set from
# a corresponding 'X-<name>' HTTP header (value is comma-separated).