Skip to content

Commit

Permalink
pointing nginx cyano and waterbody backend proxies to new backend usi…
Browse files Browse the repository at this point in the history
…ng link
  • Loading branch information
popenc committed Nov 30, 2022
1 parent e6c0224 commit e822b34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ server {

# Cyano Backend API
location /cyanweb/cyan/cyano {
# proxy_pass https://qed-prd-qed-stg-link.epa.gov/cyan/cyano;
proxy_pass https://ceamdev.ceeopdev.net/cyan/cyano;
proxy_pass https://qed-prd-qed-stg-link.epa.gov/cyan/cyano;
# proxy_pass https://ceamdev.ceeopdev.net/cyan/cyano;
}

# Cyan-waterbody Backend API
location /cyanweb/waterbody {
# proxy_pass https://qed-prd-qed-stg-link.epa.gov/waterbody;
proxy_pass https://ceamdev.ceeopdev.net/waterbody;
proxy_pass https://qed-prd-qed-stg-link.epa.gov/waterbody;
# proxy_pass https://ceamdev.ceeopdev.net/waterbody;
}

# Cyanweb - prevents env.json caching:
Expand Down

0 comments on commit e822b34

Please sign in to comment.