update mail

This commit is contained in:
Arthur Lu 2023-10-13 23:26:32 +00:00
parent a756cfd6f9
commit b1f5c39cc9

View File

@ -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;
}
}