diff --git a/Nginx/Locations/mracs.dev/freshwater-atlas.conf b/Nginx/Locations/mracs.dev/freshwater-atlas.conf new file mode 100644 index 0000000..b7da40f --- /dev/null +++ b/Nginx/Locations/mracs.dev/freshwater-atlas.conf @@ -0,0 +1,4 @@ +location /freshwater-atlas { + root /opt/portfolio-rollins/The-Freshwater-Atlas/frontend; + index index.html; +}