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;