Skip to content

Commit

Permalink
tune haproxy timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskxyz authored Feb 29, 2024
1 parent e467ccd commit 07c6c82
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions reality-ezpz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -777,18 +777,15 @@ echo "
global
ssl-default-bind-options ssl-min-ver TLSv1.2
defaults
retries 3
option http-server-close
timeout connect 5s
timeout client 5s
timeout client 50s
timeout client-fin 1s
timeout server-fin 1s
timeout server 5s
timeout tunnel 300s
timeout server 50s
timeout tunnel 50s
timeout http-keep-alive 1s
timeout http-request 5s
timeout queue 15s
timeout tarpit 5s
frontend http
mode http
bind :::8080 v4v6
Expand Down

0 comments on commit 07c6c82

Please sign in to comment.