Kapisi/roles/WebServer/files/conf/letsencrypt.conf

7 lines
116 B
Plaintext
Raw Normal View History

2022-09-15 14:23:34 -05:00
location ~ ^/.well-known/acme-challenge
{
allow all;
root /var/lib/letsencrypt/;
default_type "text/plain";
}