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

9 lines
177 B
Plaintext

location = /fa {
return 301 /freshwater-atlas;
}
location /freshwater-atlas {
alias /opt/portfolio-rollins/The-Freshwater-Atlas/frontend/;
index interactivemap.html;
}