From f1e4ab71328243013f2816b7ed072c575937a353 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Mon, 30 Jun 2025 16:38:53 +0800 Subject: mail: fix a var name. --- services/templates/nginx/mail.conf.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'services') 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 / { -- cgit v1.2.3