2023-04-01 04:18:56 +00:00
|
|
|
server {
|
2023-04-26 22:10:02 +00:00
|
|
|
listen 443 ssl http2;
|
|
|
|
server_name mail.tronnet.net;
|
2023-04-27 22:47:27 +00:00
|
|
|
include /etc/nginx/snippets/ssl-acme.conf;
|
2023-04-26 19:48:34 +00:00
|
|
|
include /etc/nginx/snippets/error-pages.conf;
|
2023-04-26 22:10:02 +00:00
|
|
|
location / {
|
2023-04-27 22:56:36 +00:00
|
|
|
proxy_pass https://mail2.dmz;
|
|
|
|
proxy_redirect default;
|
2023-04-26 22:10:02 +00:00
|
|
|
}
|
2023-04-01 04:18:56 +00:00
|
|
|
}
|