1
Fork 0
thunderbird_autoconfig/nginx/autoconfig.conf

11 lines
202 B
Text
Raw Normal View History

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/;
}
}