aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/lighttpd.sample.conf
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-11-13 11:50:23 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-11-13 11:50:23 +0100
commit7ba9b06881ddd70bd3b10e2785b91908e851cdaa (patch)
tree98ab1350671591454adb6b24cd37507a667b5e22 /phpBB/docs/lighttpd.sample.conf
parent61683f895cff778d722175a8e5ddd2a5facbc42f (diff)
downloadforums-7ba9b06881ddd70bd3b10e2785b91908e851cdaa.tar
forums-7ba9b06881ddd70bd3b10e2785b91908e851cdaa.tar.gz
forums-7ba9b06881ddd70bd3b10e2785b91908e851cdaa.tar.bz2
forums-7ba9b06881ddd70bd3b10e2785b91908e851cdaa.tar.xz
forums-7ba9b06881ddd70bd3b10e2785b91908e851cdaa.zip
[ticket/security-181] Port .htaccess changes to other webserver types
SECURITY-181
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 = ( "" )
}