aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/files/apache/document_root.conf
diff options
context:
space:
mode:
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>