server { listen 443 ssl; listen [::]:443 ssl; server_name safetwitch.exozy.me; include conf.d/ssl; root /srv/http/pages/safetwitch; index index.html; location / { try_files $uri $uri/ /index.html; } }