Update mail.conf

This commit is contained in:
Arthur Lu 2023-06-10 13:57:47 -07:00 committed by GitHub
parent fd2c298095
commit 496c247a6a

View File

@ -2,7 +2,6 @@ server {
listen 443 ssl http2;
server_name mail.tronnet.net;
include /etc/nginx/snippets/ssl-acme.conf;
include /etc/nginx/snippets/error-pages.conf;
location / {
proxy_pass https://mail.dmz;
proxy_redirect default;