nginx_config/snippets/letsencrypt.conf

5 lines
101 B
Plaintext
Raw Permalink Normal View History

2021-01-22 22:21:42 +00:00
location ^~ /.well-known/acme-challenge/ {
default_type "text/plain";
root /var/www/letsencrypt;
}