kawipiko/examples/dummy/haproxy-dummy.conf
2021-12-23 12:09:34 +02:00

15 lines
360 B
Text

global
nbthread 2
maxconn 16640
defaults
mode http
timeout client 6s
timeout server 6s
timeout connect 6s
frontend http
bind ipv4@127.9.185.194:8080 defer-accept backlog 65536
http-request return status 200 string "hello world!\n" content-type "text/plain; charset=utf-8" hdr "Content-Encoding" "identity" hdr "Cache-Control" "no-store, max-age=0"