location = /fa {
    return 301 /freshwater-atlas;
}

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