Редирект с баланcингом
Rauan Maemirov
rauan1987 at gmail.com
Thu Sep 25 16:05:32 MSD 2008
Здравствуйте.
Помогите, пожалуйста, организовать редирект.
В сервере example.com есть апстрим.
upstream site {
ip_hash;
server site1.example.com;
server site2.example.com;
}
и есть location
location ^~ /one {
proxy_pass http://site/one;
proxy_redirect default;
}
Т.е. при обращении на example.com/one он должен редиректиться на
site1.example.com/one или site2.example.com/one. rewrite не подходит, так
как мне нужен редирект с ip_hash.
Получаю "worker_connections is not enough while connecting to upstream" или
"no live upstreams while connecting to upstream".
Насколько я понял, он зацикливается. Но никак не могу понять почему.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20080925/14b36cb0/attachment.html>
More information about the nginx-ru
mailing list