Created
January 29, 2018 12:48
-
-
Save vladbabii/1b71c9c9fd65db3dc293a1674c732a11 to your computer and use it in GitHub Desktop.
Rancher Load Balancer Timeout ( Haproxy Custom )
This file contains hidden or 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
global | |
maxconn 4096 | |
maxpipes 1024 | |
defaults | |
timeout client 36000s | |
timeout server 36000s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment