containers-nginx/nginx/snippets/acme.conf

7 lines
140 B
Text
Raw Normal View History

2022-03-04 03:25:40 +00:00
location ^~ /.well-known/acme-challenge/ {
allow all;
root /var/lib/letsencrypt/;
default_type "text/plain";
try_files $uri =404;
}