nginx/snippets/ssl-acme.conf

5 lines
120 B
Plaintext
Raw Normal View History

# letsencrypt validation
location '/.well-known/acme-challenge' {
default_type "text/plain";
root /var/www/html;
}