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

@ -3,7 +3,7 @@ server {
listen 80;
listen [::]:80;
server_name laravel.dev;
server_name laravel.test;
root /var/www/laravel/public;
index index.php index.html index.htm;