From a75adae004c6c847e7d2bc893b9c6b10b8a0ba25 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 12 Dec 2024 09:29:58 -0500 Subject: [PATCH] freshwater-atlas.conf hosting --- Nginx/Locations/mracs.dev/freshwater-atlas.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }