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 f865b06 commit ce31bfaCopy full SHA for ce31bfa
install/deb/templates/mail/nginx/web_system.stpl
@@ -12,12 +12,12 @@ server {
12
deny all;
13
return 404;
14
}
15
-
+
16
location ~ ^/(README.md|config|temp|logs|bin|SQL|INSTALL|LICENSE|CHANGELOG|UPGRADING)$ {
17
18
19
20
21
location / {
22
try_files $uri $uri/ /index.php?q=$uri&$args;
23
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 {
33
include fastcgi_params;
34
fastcgi_param SCRIPT_FILENAME $request_filename;
35
36
37
error_page 403 /error/404.html;
38
error_page 404 /error/404.html;
39
error_page 500 502 503 504 505 /error/50x.html;
0 commit comments