summaryrefslogtreecommitdiff
path: root/apache/vhosts.d/00Virtual
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
committerJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
commite042b7bced715a9d0d6c660df453b1b68f263316 (patch)
tree13f1bcd2f7cccf87718d92b5fc9a112d4c3ea455 /apache/vhosts.d/00Virtual
parentc778483fbd7829e2d41157ae6be2d7f1eef709f5 (diff)
Drop ancient unused files.
Diffstat (limited to 'apache/vhosts.d/00Virtual')
-rw-r--r--apache/vhosts.d/00Virtual17
1 files changed, 0 insertions, 17 deletions
diff --git a/apache/vhosts.d/00Virtual b/apache/vhosts.d/00Virtual
deleted file mode 100644
index 9a7bf64..0000000
--- a/apache/vhosts.d/00Virtual
+++ /dev/null
@@ -1,17 +0,0 @@
-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 *