]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blame - modules/profile/files/apache/letsencrypt.conf
Add force check monitoring script
[perso/Immae/Projets/Puppet.git] / modules / profile / files / apache / letsencrypt.conf
CommitLineData
2bb35074
IB
1Alias /.well-known/acme-challenge /srv/http/.well-known/acme-challenge
2<Directory /srv/http/.well-known/acme-challenge>
3 Require all granted
4 AllowOverride None
5 ErrorDocument 404 "Not Found"
6</Directory>