diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-29 23:58:11 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-29 23:58:11 +0800 |
commit | b36622bb43d64672dfedff596c11a0280e6b4816 (patch) | |
tree | 3d9cfce4bb7d9cc192494a56f823d536fa0c7606 /services/docker/nginx | |
parent | 16524ed0126505992de19b3ee8313234da4f1f78 (diff) | |
download | crupest-b36622bb43d64672dfedff596c11a0280e6b4816.tar.gz crupest-b36622bb43d64672dfedff596c11a0280e6b4816.tar.bz2 crupest-b36622bb43d64672dfedff596c11a0280e6b4816.zip |
mail: remove mail server, run roundcube for outlook.
Diffstat (limited to 'services/docker/nginx')
-rw-r--r-- | services/docker/nginx/configs/templates/mail.conf.template | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/services/docker/nginx/configs/templates/mail.conf.template b/services/docker/nginx/configs/templates/mail.conf.template index c47630f..430033c 100644 --- a/services/docker/nginx/configs/templates/mail.conf.template +++ b/services/docker/nginx/configs/templates/mail.conf.template @@ -6,11 +6,6 @@ server { root /srv/mail; } - location = /${CRUPEST_MAIL_SERVER_AWS_INBOUND_PATH} { - include common/proxy-common; - proxy_pass http://mail-server:2345/${CRUPEST_MAIL_SERVER_AWS_INBOUND_PATH}; - } - location / { include common/proxy-common; proxy_pass http://roundcubemail:80/; |