From ca152b9f9bc3b072cb5a97092354dec668218c15 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 12 Dec 2024 09:31:39 -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 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; }