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

9 lines
177 B
Plaintext
Raw Normal View History

2024-12-12 09:39:23 -05:00
location = /fa {
return 301 /freshwater-atlas;
}
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
}