letsencrypt.j2 275 B

1234567891011
  1. {% if ansible_controlled is defined and ansible_controlled != "" %}
  2. #
  3. # {{ ansible_controlled }}
  4. #
  5. {% endif %}
  6. location /.well-known/acme-challenge/ {
  7. auth_basic off;
  8. default_type text/plain;
  9. alias /var/lib/dehydrated/acme-challenges/;
  10. try_files $uri =404;
  11. }