NGINX: Change JMAP subdomain from mail to jmap.
This commit is contained in:
parent
aca23d6af6
commit
36bd236beb
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
|
|
||||||
server_name mail.{{ domain }};
|
server_name jmap.{{ domain }};
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://127.0.0.1:{{ ports['mailserver_jmap'] }};
|
proxy_pass https://127.0.0.1:{{ ports['mailserver_jmap'] }};
|
||||||
|
|
Loading…
Reference in a new issue