]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blob - modules/profile/files/apache/document_root.conf
Migrate to apache
[perso/Immae/Projets/Puppet.git] / modules / profile / files / apache / document_root.conf
1 DocumentRoot "/srv/http"
2 <Directory "/srv/http">
3 Options Indexes FollowSymLinks
4 AllowOverride None
5 Require all granted
6 </Directory>