Skip to content

Commit e34c26d

Browse files
committed
Update nginx.conf.template
1 parent 7456490 commit e34c26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/templates/nginx.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ server {
7777
location ~* /(images|cache|media|logs|tmp)/.*\.(php|pl|py|jsp|asp|sh|cgi)$ {
7878
return 403;
7979
error_page 403 /403_error.html;
80-
}
80+
}
8181
#
8282
# deny access to .htaccess vb. files, if Apache's document root
8383
location ~/\. {

0 commit comments

Comments
 (0)