websites/files/letsencrypt

7 lines
137 B
Plaintext

location /.well-known/acme-challenge/ {
root /var/lib/letsencrypt/webroot/;
allow all;
default_type text/plain;
break;
}