Update mail.conf
This commit is contained in:
parent
fd2c298095
commit
496c247a6a
@ -2,7 +2,6 @@ server {
|
|||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
server_name mail.tronnet.net;
|
server_name mail.tronnet.net;
|
||||||
include /etc/nginx/snippets/ssl-acme.conf;
|
include /etc/nginx/snippets/ssl-acme.conf;
|
||||||
include /etc/nginx/snippets/error-pages.conf;
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://mail.dmz;
|
proxy_pass https://mail.dmz;
|
||||||
proxy_redirect default;
|
proxy_redirect default;
|
||||||
|
Loading…
Reference in New Issue
Block a user