From 7927ecc1597e4555b33f02a5b7afe08531925387 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 12 Dec 2024 09:39:23 -0500 Subject: [PATCH] freshwater-atlas.conf hosting --- Nginx/Locations/mracs.dev/freshwater-atlas.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Nginx/Locations/mracs.dev/freshwater-atlas.conf b/Nginx/Locations/mracs.dev/freshwater-atlas.conf index 3c6c5c6..2d30a3c 100644 --- a/Nginx/Locations/mracs.dev/freshwater-atlas.conf +++ b/Nginx/Locations/mracs.dev/freshwater-atlas.conf @@ -1,3 +1,7 @@ +location = /fa { + return 301 /freshwater-atlas; +} + location /freshwater-atlas { alias /opt/portfolio-rollins/The-Freshwater-Atlas/frontend/; index interactivemap.html;