NGINX: Change JMAP subdomain from mail to jmap.

This commit is contained in:
Viyurz 2024-03-31 18:34:03 +02:00
parent aca23d6af6
commit 36bd236beb
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -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'] }};