Skip to content

Commit

Permalink
Attempt at fixing nginx proxy apparent timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wraitii committed Nov 29, 2023
1 parent d47b482 commit 3cfe40e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/k8s/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ data:
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $http_host;
proxy_set_header Cookie $http_cookie;
proxy_set_header Connection "";
proxy_pass http://briq-api.default.svc.cluster.local/;
}
#@ else:
Expand All @@ -125,6 +126,7 @@ data:
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $http_host;
proxy_set_header Cookie $http_cookie;
proxy_set_header Connection "";
proxy_pass http://dev-briq-api.default.svc.cluster.local/;
}
#@ end
Expand Down

0 comments on commit 3cfe40e

Please sign in to comment.