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

5 lines
123 B
Plaintext
Raw Normal View History

2024-12-12 09:27:02 -05:00
location /freshwater-atlas {
2024-12-12 09:31:39 -05:00
alias /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
}