aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/files/apache/document_root.conf
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-02-20 11:32:40 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-02-20 11:32:40 +0100
commit73bca64c33744027a0e800ce6c98a549ec924c6e (patch)
tree42cc09c283a7b0f6fce4f7dde22cd9213408111f /modules/profile/files/apache/document_root.conf
parent428fcf14be3943fc01d234a5e622c7f8706bcb73 (diff)
parent5be7de41fe02fe60fbbac530e6729f74e206aea3 (diff)
downloadPuppet-73bca64c33744027a0e800ce6c98a549ec924c6e.tar.gz
Puppet-73bca64c33744027a0e800ce6c98a549ec924c6e.tar.zst
Puppet-73bca64c33744027a0e800ce6c98a549ec924c6e.zip
Merge branch 'letsencrypt'
Diffstat (limited to 'modules/profile/files/apache/document_root.conf')
-rw-r--r--modules/profile/files/apache/document_root.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/profile/files/apache/document_root.conf b/modules/profile/files/apache/document_root.conf
new file mode 100644
index 0000000..ed9a9ab
--- /dev/null
+++ b/modules/profile/files/apache/document_root.conf
@@ -0,0 +1,6 @@
1DocumentRoot "/srv/http"
2<Directory "/srv/http">
3 Options Indexes FollowSymLinks
4 AllowOverride None
5 Require all granted
6</Directory>