]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blob - modules/profile/files/apache/letsencrypt.conf
Migrate to apache
[perso/Immae/Projets/Puppet.git] / modules / profile / files / apache / letsencrypt.conf
1 Alias /.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>