aboutsummaryrefslogtreecommitdiff
path: root/services/docker/nginx
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-06-29 23:58:11 +0800
committerYuqian Yang <crupest@crupest.life>2025-06-29 23:58:11 +0800
commitb36622bb43d64672dfedff596c11a0280e6b4816 (patch)
tree3d9cfce4bb7d9cc192494a56f823d536fa0c7606 /services/docker/nginx
parent16524ed0126505992de19b3ee8313234da4f1f78 (diff)
downloadcrupest-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.template5
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/;