Error page assets have been streamlined/consolidated into the page templates themselves.
@@ -43,10 +43,6 @@ server {
location /error/ {
alias /var/www/document_errors/;
}
-
- location /assets {
- root /var/www/document_errors;
- }
location @fallback {
proxy_pass https://%ip%:%web_ssl_port%;
@@ -44,10 +44,6 @@ server {
proxy_pass http://%ip%:%web_port%;
@@ -41,10 +41,6 @@ server {
include %home%/%user%/conf/mail/%root_domain%/%web_system%.conf_*;
@@ -42,9 +42,5 @@ server {