1
0
docker-letsencrypt-nginx-pr.../app/nginx_location.conf

7 lines
125 B
Plaintext
Raw Normal View History

location /.well-known/acme-challenge/ {
allow all;
root /usr/share/nginx/html;
try_files $uri =404;
break;
}