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 155ee0a commit b82bef6Copy full SHA for b82bef6
nginx/templates/nginx.conf.template
@@ -77,7 +77,7 @@ server {
77
location ~* /(uploads|cache|media|logs|tmp|languages)/.*\.(php|pl|py|jsp|asp|sh|cgi)$ {
78
return 403;
79
error_page 403 /403_error.html;
80
- }
+ }
81
#
82
# deny access to .htaccess vb. files, if Apache's document root
83
location ~/\. {
0 commit comments