stream {
upstream mysql {
hash $remote_addr consistent;
server 10.26.112.12:3306 max_fails=3 fail_timeout=30s;
}
server {
listen 3307;
proxy_connect_timeout 30s;
proxy_timeout 600s;
proxy_pass mysql;
}
}
stream {
upstream mysql {
hash $remote_addr consistent;
server 10.26.112.12:3306 max_fails=3 fail_timeout=30s;
}
server {
listen 3307;
proxy_connect_timeout 30s;
proxy_timeout 600s;
proxy_pass mysql;
}
}
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。