ђ
Size: a a a
А
AN
А
AY
AN
AN
AY
k
AN
k
upstream core_ws {получаю
zone core_ws 64k;
hash $binary_remote_addr consistent;
server host1 weight=5 max_fails=3 fail_timeout=30s;
server host2 weight=5 max_fails=3 fail_timeout=30s;
}
server {
....
location / {
....
proxy_pass http://core_ws:8787;
}
}
AY
AY
upstream core_ws {получаю
zone core_ws 64k;
hash $binary_remote_addr consistent;
server host1 weight=5 max_fails=3 fail_timeout=30s;
server host2 weight=5 max_fails=3 fail_timeout=30s;
}
server {
....
location / {
....
proxy_pass http://core_ws:8787;
}
}
AN