1 2 3 4 5
location /.well-known/acme-challenge { root {{ letsencrypt_validation_dir }}; default_type "text/plain"; try_files $uri =404; }