update mail

This commit is contained in:
Arthur Lu 2023-10-13 23:26:32 +00:00
parent 33a1482c09
commit e3a8933436

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