ansible-role-apache/files/letsencrypt.conf

10 lines
283 B
Plaintext
Raw Permalink Normal View History

2023-02-06 22:26:12 +01:00
# Ansible managed
2021-07-28 11:24:28 +02:00
Alias /.well-known/acme-challenge/ "/var/lib/dehydrated/acme-challenges/"
<Directory "/var/lib/dehydrated/acme-challenges">
AllowOverride None
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Require method GET POST OPTIONS
</Directory>