We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da7144 commit f164fb3Copy full SHA for f164fb3
install/deb/templates/mail/nginx/web_system.stpl
@@ -61,8 +61,7 @@ server {
61
error_page 500 502 503 504 505 /error/50x.html;
62
63
location /error/ {
64
- root /var/www/document_errors/;
65
- try_files $uri $uri/;
+ alias /var/www/document_errors/;
66
}
67
68
include %home%/%user%/conf/mail/%root_domain%/%web_system%.conf_*;
install/deb/templates/mail/nginx/web_system.tpl
0 commit comments