You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
I think the equivalent of
in HAProxy config is
According to official docs,
timeout client <timeout>
Set the maximum inactivity time on the client side.
timeout connect <timeout>
Set the maximum time to wait for a connection attempt to a server to succeed.
timeout server <timeout>
Set the maximum inactivity time on the server side.
I believe buffering is disabled by default in HAProxy, so there is nothing to do there.
I'm bad with Nginx. Do the timeout descriptions match the config for Nginx?
The text was updated successfully, but these errors were encountered: