upstream on OpenBSD not executing requests

Valentin V. Bartenev vbart at nginx.com
Tue Jun 17 07:04:06 UTC 2014


On Monday 16 June 2014 23:24:39 roman_mir wrote:
> Hello everybody!
> I am a new and excited nginx user and I just had to hit a problem complex
> enough for me to post a message here hoping to get some help.
[..]
>   upstream shipmaticacluster {
>     server 10.0.0.10:8080;
>     server 10.0.0.11:8080;
>   }
[..] 
> Here is the problem: if the following is used:
> proxy_pass http://10.1.1.10:8080;
> or this is used:
> proxy_pass http://10.1.1.11:8080;
> then the requests are executed and the proxy log has this in it:
[..]

Have you noticed that 10.1.1.1[01] and 10.0.0.1[01] (in your upstream block) 
are different IPs?  Is that intentionally?

  wbr, Valentin V. Bartenev



More information about the nginx mailing list