thd/config/vhost.sample
changeset 104 8e4fe6f3337d
parent 103 d2af8a210f5d
child 105 c8f710cd1fb1
--- a/thd/config/vhost.sample	Wed Jun 01 14:07:43 2016 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-    # Be sure to only have this line once in your configuration
-    NameVirtualHost 127.0.0.1:80
-
-    # This is the configuration for thd
-    Listen 127.0.0.1:80
-
-    <VirtualHost 127.0.0.1:80>
-      ServerName thd.localhost
-      DocumentRoot "/Users/gautierthibault/Sites/thd/web"
-      DirectoryIndex index.php
-      <Directory "/Users/gautierthibault/Sites/thd/web">
-        AllowOverride All
-        Allow from All
-      </Directory>
-
-      Alias /sf ""
-      <Directory "">
-        AllowOverride All
-        Allow from All
-      </Directory>
-    </VirtualHost>