From 040664aeb19912621eb0248827cde2e8f5ff688e Mon Sep 17 00:00:00 2001 From: Edwin Lyon <53972157+practical-engelbart@users.noreply.github.com> Date: Fri, 22 Jan 2021 03:46:22 -0800 Subject: [PATCH] Update mailcow.conf --- nginx/mailcow.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/mailcow.conf b/nginx/mailcow.conf index d5c0a8b..901546c 100644 --- a/nginx/mailcow.conf +++ b/nginx/mailcow.conf @@ -18,6 +18,7 @@ server { ssl_trusted_certificate /opt/mailcow-dockerized/data/assets/ssl/chain.pem; include /etc/nginx/snippets/mailcow-headers.conf; + include /etc/nginx/snippets/letsencrypt.conf; location /Microsoft-Server-ActiveSync { proxy_pass http://127.0.0.1:8080/Microsoft-Server-ActiveSync;