Skip to content

Commit

Permalink
added cyano and waterbody endpoints to nginx conf for local docker stack
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Aug 17, 2023
1 parent 1560b01 commit 66a8026
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cyan_nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,14 @@ server {
uwsgi_pass uwsgi_flask:5001;
}

# Cyano API
location /cyan/cyano {
proxy_pass https://cyan.epa.gov/cyan/cyano;
}

# Cyan-waterbody API (uwsgi)
location /waterbody {
proxy_pass https://cyan.epa.gov/waterbody;
}

}

0 comments on commit 66a8026

Please sign in to comment.