Загрузить файлы в «/»

This commit is contained in:
js 2025-12-12 13:11:14 +00:00
commit fcd94c8eae
1 changed files with 23 additions and 0 deletions

23
haproxy.cfg Normal file
View File

@ -0,0 +1,23 @@
global
log /dev/log local0
maxconn 2000
daemon
defaults
log global
mode tcp
option tcplog
timeout connect 5s
timeout client 30s
timeout server 30s
frontend incus_api
bind *:8443
default_backend incus_back
backend incus_back
balance leastconn
option tcp-check
server s1 10.220.187.121:8443 check
server s2 10.220.187.189:8443 check
server s3 10.220.187.10:8443 check