]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/profile/files/apache/document_root.conf
Migrate to apache
[perso/Immae/Projets/Puppet.git] / modules / profile / files / apache / document_root.conf
diff --git a/modules/profile/files/apache/document_root.conf b/modules/profile/files/apache/document_root.conf
new file mode 100644 (file)
index 0000000..ed9a9ab
--- /dev/null
@@ -0,0 +1,6 @@
+DocumentRoot "/srv/http"
+<Directory "/srv/http">
+    Options Indexes FollowSymLinks
+    AllowOverride None
+    Require all granted
+</Directory>