summaryrefslogtreecommitdiff
path: root/modules/apache/local.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/apache/local.conf')
-rw-r--r--modules/apache/local.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/apache/local.conf b/modules/apache/local.conf
new file mode 100644
index 0000000..8223286
--- /dev/null
+++ b/modules/apache/local.conf
@@ -0,0 +1,7 @@
+UserDir "/var/www"
+DirectoryIndex _.html _.txt
+
+<Directory "/home/*/www">
+ Options MultiViews ExecCGI
+ Require all granted
+</Directory>