]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blame_incremental - files/apache/letsencrypt.conf
Merge branch 'dev'
[perso/Immae/Projets/Puppet.git] / files / apache / letsencrypt.conf
... / ...
CommitLineData
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>