HAproxy 开启多核部分503
常规配置中,使用单核稳定运行,开启多核模式后会出现偶发性 503,并且没有 X-Server
响应头信息。
global
daemon
# 开启多核出现部分 503
# nbproc 12
log 127.0.0.1 local0
defaults
log global
mode http
maxconn 1000000
timeout tunnel 3600s
timeout connect 3s
timeout client 60s
timeout server 60s
listen stats
bind :9000
mode http
stats enable
stats realm Haproxy\ Statistics
stats uri /haproxy_stats
stats auth admin:123
frontend im-proxy
log global
bind *:80
default_backend server
backend server
server web1 127.0.0.1:7002
http-response set-header X-Server web1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论