Skip to content

Commit

Permalink
Merge branch 'main' into platform/angela/15644/daily_data_filename
Browse files Browse the repository at this point in the history
  • Loading branch information
adegolier authored Mar 3, 2025
2 parents 14899cb + 0aa8beb commit 3fef1cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend-react/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ http {
index index.html index.htm;
try_files $uri /index.html; # Pass all non-files to our react app
}

# For internal use (deployed environments should be redirecting /api before the request reaches here)
location /api {
proxy_ssl_server_name on;
proxy_set_header Host staging.prime.cdc.gov;
proxy_pass https://staging.prime.cdc.gov;
}
}
}

Expand Down

0 comments on commit 3fef1cb

Please sign in to comment.