server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name ta180m.exozy.me; include conf.d/ssl; location / { return 301 https://a.exozy.me$request_uri; } }