haproxy/haproxy.cfg
Marcus Rueckert 53a8febe2f - Update to version 3.1.0+git0.f2b97918e:
* [RELEASE] Released version 3.1.0
  * MINOR: version: mention that 3.1 is stable now
  * DOC: install: update the list of supported versions
  * DOC: management: mention "show sess help" and "show quic help"
  * MINOR: cli/quic: Add a "help" keyword to show quic
  * MINOR: cli: Add a "help" keyword to show sess
  * BUG/MEDIUM: quic: prevent EMSGSIZE with GSO for larger bufsize
  * DOC: quic: Amend the pacing information about BBR.
  * MINOR: quic: make bbr consider the max window size setting
  * BUG/MEDIUM: http-ana: Don't release too early the L7 buffer

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=314
2024-11-26 15:01:02 +00:00

35 lines
770 B
INI

global
log /dev/log daemon
maxconn 32768
chroot /var/lib/haproxy
user haproxy
group haproxy
daemon
stats socket /run/haproxy/stats.sock user haproxy group haproxy mode 0640 level operator
tune.bufsize 32768
tune.ssl.default-dh-param 2048
ssl-default-bind-ciphers ALL:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!PSK:!RC4:!ADH:!LOW@STRENGTH
defaults
log global
mode http
option log-health-checks
option log-separate-errors
option dontlog-normal
option dontlognull
option httplog
option socket-stats
retries 3
option redispatch
maxconn 10000
timeout connect 5s
timeout client 50s
timeout server 450s
listen stats
bind 0.0.0.0:80
bind :::80 v6only
stats enable
stats uri /
stats refresh 5s