server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name autoconfig.edgarpierre.fr; include conf/00-hsts.conf; location / { root /data/srv/thunderbird_autoconfig/srv/; } }