diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-30 16:38:53 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-30 16:38:53 +0800 |
commit | da05c5da27007402ecb199eec80d675ce726d168 (patch) | |
tree | 90598e0f01b48da562175b7a128d347da4e56360 | |
parent | fd3f84d68b91616c494edd7dac562309ef4770b0 (diff) | |
download | crupest-da05c5da27007402ecb199eec80d675ce726d168.tar.gz crupest-da05c5da27007402ecb199eec80d675ce726d168.tar.bz2 crupest-da05c5da27007402ecb199eec80d675ce726d168.zip |
mail: fix a var name.
-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 / { |