We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4fabb commit 5c095d0Copy full SHA for 5c095d0
1 file changed
docker/production/nginx/default.conf
@@ -43,7 +43,7 @@ server {
43
}
44
45
# Bloqueia arquivos ativos/executáveis ou não recomendados em diretórios de upload.
46
- location ~* ^/files/.*\.(?:php[0-9]?|phtml|phar|cgi|pl|py|sh|bash|exe|dll|so|bin|bat|cmd|msi|jar|class|jsp|asp|aspx|js|css|html?|shtml|svg|xml|json|yaml|yml|env|ini|log|sql|bak|old|tmp|swp|exp|apk)$ {
+ location ~* ^/files/.*\.(?:php[0-9]?|phtml|phar|cgi|pl|py|sh|bash|exe|dll|so|bin|bat|cmd|msi|jar|class|jsp|asp|aspx|js|css|html?|shtml|svg|xml|yaml|yml|env|ini|log|sql|bak|old|tmp|swp|exp|apk)$ {
47
deny all;
48
return 403;
49
0 commit comments