mracs-configurations/Nginx/Locations/mracs.dev/freshwater-atlas.conf

5 lines
121 B
Plaintext
Raw Normal View History

2024-12-12 09:27:02 -05:00
location /freshwater-atlas {
root /opt/portfolio-rollins/The-Freshwater-Atlas/frontend;
2024-12-12 09:29:58 -05:00
index interactivemap.html;
2024-12-12 09:27:02 -05:00
}