Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created October 30, 2018 09:55
Show Gist options
  • Save v-thomp4/8aa488f4445c624f383f10812ab9e505 to your computer and use it in GitHub Desktop.
Save v-thomp4/8aa488f4445c624f383f10812ab9e505 to your computer and use it in GitHub Desktop.
enable keep-alive haproxy
defaults  
	...
	option httpclose  

became

defaults  
	...
	timeout client  5000  
	option http-server-close  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment