Files
nginxconfig.io/public/templates/_letsencrypt.conf.html
Szekeres Bálint fe9c15fc1f tabulation fixes
2018-01-08 02:49:44 +01:00

5 lines
102 B
HTML

location ^~ /.well-known/acme-challenge/ {
default_type "text/plain";
root /var/www/_letsencrypt;
}