Update docker/nginx.conf
This commit is contained in:
		@@ -25,7 +25,7 @@ http {
 | 
				
			|||||||
    autoindex off;
 | 
					    autoindex off;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    location / {
 | 
					    location / {
 | 
				
			||||||
      try_files $uri$args $uri$args/ /index.html;
 | 
					      try_files $uri $uri/ /index.html;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user