aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/lighttpd.sample.conf
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-11-13 12:29:28 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-11-13 12:29:28 +0100
commita2953cb10c6f9318868b8727dd9e86cf419ff66c (patch)
tree626a57321d8f3cb91fe90045746bf336fb49a24a /phpBB/docs/lighttpd.sample.conf
parent9c7e8c2dc5607a594f1e8d3a633dc686e8c002a7 (diff)
parent44dd1ef9842c83f7ba4a37bf4a17489d5fe73991 (diff)
downloadforums-a2953cb10c6f9318868b8727dd9e86cf419ff66c.tar
forums-a2953cb10c6f9318868b8727dd9e86cf419ff66c.tar.gz
forums-a2953cb10c6f9318868b8727dd9e86cf419ff66c.tar.bz2
forums-a2953cb10c6f9318868b8727dd9e86cf419ff66c.tar.xz
forums-a2953cb10c6f9318868b8727dd9e86cf419ff66c.zip
Merge branch 'ticket/security-181' into ticket/security-181-rhea
Diffstat (limited to 'phpBB/docs/lighttpd.sample.conf')
-rw-r--r--phpBB/docs/lighttpd.sample.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/lighttpd.sample.conf b/phpBB/docs/lighttpd.sample.conf
index 5b04122267..f5b509e002 100644
--- a/phpBB/docs/lighttpd.sample.conf
+++ b/phpBB/docs/lighttpd.sample.conf
@@ -37,7 +37,7 @@ $HTTP["host"] == "www.myforums.com" {
accesslog.filename = "/var/log/lighttpd/access-www.myforums.com.log"
# Deny access to internal phpbb files.
- $HTTP["url"] =~ "^/(config\.php|common\.php|includes|cache|files|store|images/avatars/upload)" {
+ $HTTP["url"] =~ "^/(config\.php|common\.php|cache|files|images/avatars/upload|includes|phpbb|store|vendor)" {
url.access-deny = ( "" )
}