aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-12-24 22:58:13 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-12-24 22:58:13 +0100
commit78ae67ae28d9790f78126f6f77ba30e3515e41e0 (patch)
tree89cf33e109affde2ca78f2ae7090a0254349408f
parentcc9b29488f539756d2f1fa85ce964d75c1fbec72 (diff)
parente880d2c12a9b3921177106463e786e18e186430a (diff)
downloadforums-78ae67ae28d9790f78126f6f77ba30e3515e41e0.tar
forums-78ae67ae28d9790f78126f6f77ba30e3515e41e0.tar.gz
forums-78ae67ae28d9790f78126f6f77ba30e3515e41e0.tar.bz2
forums-78ae67ae28d9790f78126f6f77ba30e3515e41e0.tar.xz
forums-78ae67ae28d9790f78126f6f77ba30e3515e41e0.zip
Merge branch '3.2.x' into 3.3.x
-rw-r--r--phpBB/docs/nginx.sample.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/nginx.sample.conf b/phpBB/docs/nginx.sample.conf
index 848998cfeb..c5a9472a1c 100644
--- a/phpBB/docs/nginx.sample.conf
+++ b/phpBB/docs/nginx.sample.conf
@@ -70,7 +70,7 @@ http {
}
# Deny access to internal phpbb files.
- location ~ /(config\.php|common\.php|cache|files|images/avatars/upload|includes|(?<!ext/)phpbb|store|vendor) {
+ location ~ /(config\.php|common\.php|cache|files|images/avatars/upload|includes|(?<!ext/)phpbb(?!\w+)|store|vendor) {
deny all;
# deny was ignored before 0.8.40 for connections over IPv6.
# Use internal directive to prohibit access on older versions.