aboutsummaryrefslogtreecommitdiff
path: root/services/docker
diff options
context:
space:
mode:
Diffstat (limited to 'services/docker')
-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/;