replace .dev with .test to avoid issues with the new google chrome
This commit is contained in:
		@@ -3,7 +3,7 @@ server {
 | 
			
		||||
    listen 80;
 | 
			
		||||
    listen [::]:80;
 | 
			
		||||
 | 
			
		||||
    server_name app.dev;
 | 
			
		||||
    server_name app.test;
 | 
			
		||||
    root /var/www/app;
 | 
			
		||||
    index index.php index.html index.htm;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@ server {
 | 
			
		||||
    listen 80;
 | 
			
		||||
    listen [::]:80;
 | 
			
		||||
 | 
			
		||||
    server_name symfony.dev;
 | 
			
		||||
    server_name symfony.test;
 | 
			
		||||
    root /var/www/projects/symfony/web;
 | 
			
		||||
    index index.php index.html index.htm;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user