What are the options in HAProxy configuration file?
There are four essential sections to an HAProxy configuration file. They are global , defaults , frontend , and backend . These four sections define how the server as a whole performs, what your default settings are, and how client requests are received and routed to your backend servers.
What is the maximum timeout in HAProxy?
The <timeout client> setting defines the maximum time a client can be inactive when connected to the server. A common value for this timeout is five minutes.