replace .dev with .test to avoid issues with the new google chrome

This commit is contained in:
Mahmoud Zalt
2017-12-17 21:35:31 +01:00
parent 71cc109334
commit ad3698670b
8 changed files with 19 additions and 19 deletions

View File

@ -1,5 +1,5 @@
<VirtualHost *:80>
ServerName laradock.dev
ServerName laradock.test
DocumentRoot /var/www/
Options Indexes FollowSymLinks

View File

@ -1,5 +1,5 @@
<VirtualHost *:80>
ServerName sample.dev
ServerName sample.test
DocumentRoot /var/www/sample/public/
Options Indexes FollowSymLinks