diff --git a/Nginx/Locations/mracs.dev/freshwater-atlas.conf b/Nginx/Locations/mracs.dev/freshwater-atlas.conf index 1f53e95..3c6c5c6 100644 --- a/Nginx/Locations/mracs.dev/freshwater-atlas.conf +++ b/Nginx/Locations/mracs.dev/freshwater-atlas.conf @@ -1,4 +1,4 @@ location /freshwater-atlas { - root /opt/portfolio-rollins/The-Freshwater-Atlas/frontend; + alias /opt/portfolio-rollins/The-Freshwater-Atlas/frontend/; index interactivemap.html; }