Update haproxy

This commit is contained in:
albert 2024-04-16 13:24:35 +09:00
parent 28879ad7ad
commit 0b7b7ae118
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -53,6 +53,13 @@
services.haproxy = { services.haproxy = {
enable = true; enable = true;
config = '' config = ''
defaults
timeout connect 10s
timeout client 30s
timeout server 30s
maxconn 3000
log global
frontend http frontend http
mode http mode http
bind :80 bind :80