File tree Expand file tree Collapse file tree
install/deb/templates/mail/nginx Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,10 +43,6 @@ server {
4343 location /error/ {
4444 alias /var/www/document_errors/;
4545 }
46-
47- location /assets {
48- root /var/www/document_errors;
49- }
5046
5147 location @fallback {
5248 proxy_pass https://%ip%:%web_ssl_port%;
Original file line number Diff line number Diff line change @@ -44,10 +44,6 @@ server {
4444 alias /var/www/document_errors/;
4545 }
4646
47- location /assets {
48- root /var/www/document_errors;
49- }
50-
5147 location @fallback {
5248 proxy_pass http://% ip% :% web_port% ;
5349 }
Original file line number Diff line number Diff line change @@ -41,10 +41,6 @@ server {
4141 location /error/ {
4242 alias /var/www/document_errors/;
4343 }
44-
45- location /assets {
46- root /var/www/document_errors;
47- }
4844
4945 include %home%/%user%/conf/mail/%root_domain%/%web_system%.conf_*;
5046}
Original file line number Diff line number Diff line change @@ -42,9 +42,5 @@ server {
4242 alias /var/www/document_errors/;
4343 }
4444
45- location /assets {
46- root /var/www/document_errors;
47- }
48-
4945 include %home%/%user%/conf/mail/%root_domain%/%web_system%.conf_*;
5046}
You can’t perform that action at this time.
0 commit comments