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 1a6d039 commit 3761cbdCopy full SHA for 3761cbd
install/deb/templates/mail/nginx/default.tpl
@@ -36,10 +36,6 @@ server {
36
fastcgi_param SCRIPT_FILENAME $request_filename;
37
}
38
39
- location @fallback {
40
- proxy_pass http://%ip%:%web_port%;
41
- }
42
-
43
error_page 403 /error/404.html;
44
error_page 404 /error/404.html;
45
error_page 500 502 503 504 505 /error/50x.html;
@@ -48,5 +44,9 @@ server {
48
alias /var/www/document_errors/;
49
50
46
47
+ location @fallback {
+ proxy_pass http://%ip%:%web_port%;
+ }
+
51
include %home%/%user%/conf/mail/%root_domain%/%proxy_system%.conf_*;
52
0 commit comments