Skip to content

Commit

Permalink
remove host keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-jameson authored Sep 13, 2024
1 parent 6433984 commit 1bce850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tdrs-frontend/nginx/cloud.gov/locations.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ location ~ ^/(v1|admin|static/admin|swagger|redocs) {
resolver 169.254.0.2;
set $backend http://{{env "BACKEND_HOST"}}.apps.internal:8080$request_uri;
proxy_pass $backend;
proxy_set_header Host ;
proxy_pass_header x-csrftoken Referer;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
Expand Down

0 comments on commit 1bce850

Please sign in to comment.