]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blame - modules/profile/files/apache/document_root.conf
Add force check monitoring script
[perso/Immae/Projets/Puppet.git] / modules / profile / files / apache / document_root.conf
CommitLineData
2bb35074
IB
1DocumentRoot "/srv/http"
2<Directory "/srv/http">
3 Options Indexes FollowSymLinks
4 AllowOverride None
5 Require all granted
6</Directory>