aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/lighttpd.sample.conf
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-07-16 10:59:48 +0200
committerMarc Alexander <admin@m-a-styles.de>2017-07-16 10:59:48 +0200
commitc99820eb6b13e928fdc2138840e0ec77cd4fe6c9 (patch)
tree6b97c4a1adb49e0d03751e1b9ec6b7ad2ed0d3ac /phpBB/docs/lighttpd.sample.conf
parent0ec5e2197908d69bfa18a0e257131e967cd96ec4 (diff)
parent1dea4625d0f958787c6357bef84a6d7a5453fe5f (diff)
downloadforums-c99820eb6b13e928fdc2138840e0ec77cd4fe6c9.tar
forums-c99820eb6b13e928fdc2138840e0ec77cd4fe6c9.tar.gz
forums-c99820eb6b13e928fdc2138840e0ec77cd4fe6c9.tar.bz2
forums-c99820eb6b13e928fdc2138840e0ec77cd4fe6c9.tar.xz
forums-c99820eb6b13e928fdc2138840e0ec77cd4fe6c9.zip
Merge pull request #29 from phpbb/ticket/security-181
[ticket/security-181] Harden protection of migrations files and other directories
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 = ( "" )
}