-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add optional nginx keepalive_timeout env to prevent race condition wi…
…th gorouter the current default of 30 causes the same inconsistent 502's as https://community.pivotal.io/s/article/5004y00001buMQz1626802995951?language=en_US and we need to set it to >90s so the gorouter is in charge of closing the connections https://docs.cloudfoundry.org/adminguide/routing-keepalive.html
- Loading branch information
Sarel Joubert
committed
May 25, 2023
1 parent
30092b6
commit 74f31c4
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters