letsencrypt.j2 285 B

12345678910
  1. {% if ansible_prolog -%}
  2. {% from 'templates/ansible/prolog.j2' import prolog with context %}
  3. {{ prolog() }}
  4. {% endif -%}
  5. location /.well-known/acme-challenge/ {
  6. auth_basic off;
  7. default_type text/plain;
  8. alias /var/lib/dehydrated/acme-challenges/;
  9. try_files $uri =404;
  10. }