108 Star 1.3K Fork 307

GVPKoode / Kooder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
haproxy.cfg 725 Bytes
一键复制 编辑 原始数据 按行查看 历史
global
log 127.0.0.1 local0
log 127.0.0.1 local1 notice
maxconn 4096
defaults
log global
mode http
option httplog
option dontlognull
timeout connect 5000ms
timeout client 50000ms
timeout server 50000ms
listen stats
bind 0.0.0.0:70
mode http
stats enable
stats hide-version
stats scope .
stats realm Haproxy\ Statistics
stats uri /
stats auth user:pass
frontend balancer
bind 0.0.0.0:8080
mode http
default_backend web_backends
backend web_backends
mode http
option forwardfor
balance roundrobin
server koodera koodera:8080 check
server kooderb kooderb:8080 check
option httpchk GET /
http-check expect status 200
Java
1
https://gitee.com/koode/kooder.git
git@gitee.com:koode/kooder.git
koode
kooder
Kooder
master

搜索帮助