From 5a47eb6ffd40b490889c1845f3af171193fc5b3c Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 12 Dec 2024 09:27:02 -0500 Subject: [PATCH] freshwater-atlas.conf hosting --- Nginx/Locations/mracs.dev/freshwater-atlas.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Nginx/Locations/mracs.dev/freshwater-atlas.conf 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; +}