summaryrefslogtreecommitdiff
path: root/apache/vhosts.d/00Virtual
diff options
context:
space:
mode:
Diffstat (limited to 'apache/vhosts.d/00Virtual')
-rw-r--r--apache/vhosts.d/00Virtual17
1 files changed, 17 insertions, 0 deletions
diff --git a/apache/vhosts.d/00Virtual b/apache/vhosts.d/00Virtual
new file mode 100644
index 0000000..9a7bf64
--- /dev/null
+++ b/apache/vhosts.d/00Virtual
@@ -0,0 +1,17 @@
+DocumentRoot /home
+
+<Directory /home/*/websites/*>
+ AllowOverride FileInfo AuthConfig Limit
+ Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
+ <Limit GET POST OPTIONS PROPFIND>
+ Order allow,deny
+ Allow from all
+ </Limit>
+ <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
+ Order deny,allow
+ Deny from all
+ </Limit>
+</Directory>
+
+UseCanonicalName Off
+NameVirtualHost *