diff --git a/common/manual/server_config/rhymix-nginx-subdir.conf b/common/manual/server_config/rhymix-nginx-subdir.conf index 8710cc63d..3559ccb9c 100644 --- a/common/manual/server_config/rhymix-nginx-subdir.conf +++ b/common/manual/server_config/rhymix-nginx-subdir.conf @@ -11,7 +11,7 @@ location ~ ^/rhymix/(addons|common/tpl|files/ruleset|(m\.)?layouts|modules|plugi location ~ ^/rhymix/files/(attach|config|cache/store)/.+\.php$ { return 403; } -location ~ ^/rhymix/files/env/ { +location ~ ^/rhymix/files/(env|member_extra_info/(new_message_flags|point))/ { return 403; } location ~ ^/rhymix/(\.git|\.ht|\.travis|codeception\.|composer\.|Gruntfile\.js|package\.json|CONTRIBUTING|COPYRIGHT|LICENSE|README) { diff --git a/common/manual/server_config/rhymix-nginx.conf b/common/manual/server_config/rhymix-nginx.conf index ba7815eea..5ea8ab1e0 100644 --- a/common/manual/server_config/rhymix-nginx.conf +++ b/common/manual/server_config/rhymix-nginx.conf @@ -11,7 +11,7 @@ location ~ ^/(addons|common/tpl|files/ruleset|(m\.)?layouts|modules|plugins|them location ~ ^/files/(attach|config|cache/store)/.+\.php$ { return 403; } -location ~ ^/files/env/ { +location ~ ^/files/(env|member_extra_info/(new_message_flags|point))/ { return 403; } location ~ ^/(\.git|\.ht|\.travis|codeception\.|composer\.|Gruntfile\.js|package\.json|CONTRIBUTING|COPYRIGHT|LICENSE|README) {