From b1f5c39cc9ec7e857d306ac39328b2677d1ecd5e Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Fri, 13 Oct 2023 23:26:32 +0000 Subject: [PATCH] update mail --- sites/mail.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/mail.conf b/sites/mail.conf index 0c6e425..30cf3e3 100644 --- a/sites/mail.conf +++ b/sites/mail.conf @@ -3,7 +3,7 @@ server { server_name mail.tronnet.net; include /etc/nginx/snippets/ssl-acme.conf; location / { - proxy_pass https://mail.dmz; + proxy_pass http://mail.dmz/; proxy_redirect default; } }