Commit a9b165b0 authored by Aurel's avatar Aurel

use options httpclose for haproxy, otherwise balancing is very inneficient

parent e6ba92ed
......@@ -22,6 +22,10 @@ defaults
timeout connect 5s
# As requested in haproxy doc, make this "at least equal to timeout server".
timeout client 305s
# Use "option httpclose" to preserve client & server persistent connections
# while handling every incoming request individually, dispatching them one after
# another to servers, in HTTP close mode
option httpclose
listen %(name)s %(ip)s:%(port)s
cookie SERVERID insert
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment