nginx/sites/mail.conf
Arthur Lu 96bfda07ad fix styling
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-03-31 21:35:35 -07:00

10 lines
236 B
Plaintext

server {
listen 443 ssl http2;
server_name mail.tronnet.net;
include /etc/nginx/snippets/ssl-params.conf;
location / {
proxy_pass https://mail2.dmz;
include /etc/nginx/snippets/proxy-params.conf;
}
}