Hi,

I am getting below error while loading nginx configuration file.

2014/08/10 10:06:33 [emerg] 816#0: invalid parameter "backup" in
/etc/nginx/nginx.conf:39

Below is the configuration file :-

 upstream backend {
                hash $key2 consistent;
                server 10.0.0.22:8080;
                server 10.0.0.23:8080 max_fails=0;
                server 10.0.0.24:8080;
                server 10.0.0.25:8080;
                server 10.0.0.26:8080  backup;
        }


*I am using nginx version 1.7.4.*

Can anybody help me on this?

Thanks,
Panky
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to