diff options
-rw-r--r-- | services/templates/nginx/mail.conf.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/templates/nginx/mail.conf.template b/services/templates/nginx/mail.conf.template index ebb9f46..1c2a2ca 100644 --- a/services/templates/nginx/mail.conf.template +++ b/services/templates/nginx/mail.conf.template @@ -6,9 +6,9 @@ server { root /srv/mail; } - location = /@@CRUPEST_MAIL_SERVER_MAILEROO_INBOUND_PATH@@ { + location = /@@CRUPEST_MAIL_SERVER_AWS_INBOUND_PATH@@ { include conf.d/common/reverse-proxy; - proxy_pass http://mail-server:2345/@@CRUPEST_MAIL_SERVER_MAILEROO_INBOUND_PATH@@; + proxy_pass http://mail-server:2345/@@CRUPEST_MAIL_SERVER_AWS_INBOUND_PATH@@; } location / { |