ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: странная реакция на "backup "



On Mar 21, 2011, at 11:07 , Илья Шипицин wrote:


Добрый день!

если делаю такую конфигурацию (первая) - все работает

    upstream dd {
        ip_hash;
          server 192.168.7.29:27183; # vm-xxx
          server 192.168.5.206:27183 down; vm-xxx1
    }

    server {
        listen 447;
        include ssl-include;

        keepalive_timeout    70;

        access_log      /var/log/nginx/dd-access.log;

        location / {
            proxy_connect_timeout 5;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header Host xxx.xxx.xxx;
            proxy_cache off;

            proxy_pass http://dd;

        }

    }




если такую конфигурацию (меняю down на backup) - ругается

    upstream dd {
        ip_hash;
          server 192.168.7.29:27183; # vm-xxx
          server 192.168.5.206:27183 backup; vm-xxx1
    }

    server {
        listen 447;
        include ssl-include;

        keepalive_timeout    70;

        access_log      /var/log/nginx/dd-access.log;

        location / {
            proxy_connect_timeout 5;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header Host xxx.xxx.xxx;
            proxy_cache off;

            proxy_pass http://dd;

        }

    }



app15:~# nginx -t
[emerg]: invalid parameter "backup" in /etc/nginx/dd/dd-api:4
configuration file /etc/nginx/nginx.conf test failed
app15:~#


в чем подвох ?

Нужно убрать или ip_hash, или backup.


--
Игорь Сысоев

_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.