diff --git a/lamp-trusty64-fpm/vhosts/.gitignore b/lamp-trusty64-fpm/vhosts/.gitignore
new file mode 100644
index 0000000..4ba6098
--- /dev/null
+++ b/lamp-trusty64-fpm/vhosts/.gitignore
@@ -0,0 +1 @@
+/*.conf
diff --git a/lamp-trusty64-fpm/vhosts/README b/lamp-trusty64-fpm/vhosts/README
new file mode 100644
index 0000000..f3f53ee
--- /dev/null
+++ b/lamp-trusty64-fpm/vhosts/README
@@ -0,0 +1,3 @@
+
+Place you vhost *.conf files here
+and execute vagrant provision to configure automatically apache.
diff --git a/lamp-trusty64-fpm/vhosts/phpmyadmin.conf b/lamp-trusty64-fpm/vhosts/phpmyadmin.conf
deleted file mode 100644
index 463dc2e..0000000
--- a/lamp-trusty64-fpm/vhosts/phpmyadmin.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-
- ServerName phpmyadmin.sd.dev
- UseCanonicalName On
- UseCanonicalPhysicalPort On
- DocumentRoot /home/vhosts/phpMyAdmin-4.5.4.1-all-languages
-
- EnableSendfile Off
- AllowOverride all
- Require all granted
-
- # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
- # error, crit, alert, emerg.
- # It is also possible to configure the loglevel for particular
- # modules, e.g.
- LogLevel error
- ErrorLog ${APACHE_LOG_DIR}/phpmyadmin-error.log
- CustomLog ${APACHE_LOG_DIR}/phpmyadmin-access.log combined
-
\ No newline at end of file
diff --git a/lamp-trusty64-fpm/vhosts/test.conf b/lamp-trusty64-fpm/vhosts/test.conf
deleted file mode 100644
index 8ace10c..0000000
--- a/lamp-trusty64-fpm/vhosts/test.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-
- ServerName test.sd.dev
- UseCanonicalName On
- UseCanonicalPhysicalPort On
- DocumentRoot /home/vhosts/test
-
- # EnableSendFile is disable for performance reason under vagrant
- EnableSendfile Off
- Options Indexes FollowSymLinks MultiViews
- AllowOverride all
- Require all granted
-
- # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
- # error, crit, alert, emerg.
- # It is also possible to configure the loglevel for particular
- # modules, e.g.
- LogLevel error
- ErrorLog ${APACHE_LOG_DIR}/test-error.log
- CustomLog ${APACHE_LOG_DIR}/test-access.log combined
-
\ No newline at end of file