Skip to content

Instantly share code, notes, and snippets.

View Hemant-Mann's full-sized avatar
🎯
Focusing

Hemant Mann Hemant-Mann

🎯
Focusing
View GitHub Profile
@thpham
thpham / haproxy.conf
Last active February 28, 2024 07:41
test config haproxy for gRPC loadbalancing
global
tune.ssl.default-dh-param 1024
defaults
timeout connect 10000ms
timeout client 60000ms
timeout server 60000ms
frontend fe_http
mode http