ansible-config/roles/nginx/templates/letsencrypt.conf.j2

5 lines
107 B
Plaintext
Raw Normal View History

2017-10-03 17:30:06 +02:00
location ^~ /.well-known/acme-challenge {
root {{ letsencrypt_webroot }};
try_files $uri $uri/ =404;
}