Skip to content

Commit ce31bfa

Browse files
Update web_system.stpl
1 parent f865b06 commit ce31bfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/deb/templates/mail/nginx/web_system.stpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ server {
1212
deny all;
1313
return 404;
1414
}
15-
15+
1616
location ~ ^/(README.md|config|temp|logs|bin|SQL|INSTALL|LICENSE|CHANGELOG|UPGRADING)$ {
1717
deny all;
1818
return 404;
1919
}
20-
20+
2121
location / {
2222
try_files $uri $uri/ /index.php?q=$uri&$args;
2323
location ~* ^.+\.(ogg|ogv|svg|svgz|swf|eot|otf|woff|mov|mp3|mp4|webm|flv|ttf|rss|atom|jpg|jpeg|gif|png|ico|bmp|mid|midi|wav|rtf|css|js|jar)$ {
@@ -33,7 +33,7 @@ server {
3333
include fastcgi_params;
3434
fastcgi_param SCRIPT_FILENAME $request_filename;
3535
}
36-
36+
3737
error_page 403 /error/404.html;
3838
error_page 404 /error/404.html;
3939
error_page 500 502 503 504 505 /error/50x.html;

0 commit comments

Comments
 (0)