diff --git a/Nginx/Locations/mracs.dev/freshwater-atlas.conf b/Nginx/Locations/mracs.dev/freshwater-atlas.conf index b7da40f..1f53e95 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; - index index.html; + index interactivemap.html; }