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 | d1c3add8a01464c9c4c79bd91df1024dcf8c3462 (patch) | |
tree | ddc682e2bd4dec509646e72b4ad63cc48352aa97 /services/docker/nginx | |
parent | 3b8c5bdeaacfe408f54aa77ddd6226fb6292d975 (diff) | |
download | crupest-d1c3add8a01464c9c4c79bd91df1024dcf8c3462.tar.gz crupest-d1c3add8a01464c9c4c79bd91df1024dcf8c3462.tar.bz2 crupest-d1c3add8a01464c9c4c79bd91df1024dcf8c3462.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/; |