Re: upstream on OpenBSD not executing requests

2014-06-19 Thread roman_mir
Valentin, thank you for your insight, I am upset at myself for not noticing some obvious errors, but that's the result of my stupid schedule, which I am personally responsible for at the end. So yes, it was supposed to be 10.1.1.10 and 10.1.1.11. At this point the balancing works, I am balancing

Re: upstream on OpenBSD not executing requests

2014-06-19 Thread Valentin V. Bartenev
On Thursday 19 June 2014 01:46:40 prkumar wrote: > I think you can not have two server directive in upstream, how nginx would > know which one to forward request to? > Will it do round robin? Not sure about that will have to check.. Can you try > by removing one.. > [..] You should read the docum

Re: upstream on OpenBSD not executing requests

2014-06-18 Thread prkumar
I think you can not have two server directive in upstream, how nginx would know which one to forward request to? Will it do round robin? Not sure about that will have to check.. Can you try by removing one.. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,250904,251036#msg-251036 __

Re: upstream on OpenBSD not executing requests

2014-06-17 Thread Valentin V. Bartenev
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:8

upstream on OpenBSD not executing requests

2014-06-16 Thread roman_mir
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. OS: OpenBSD 5.5 amd64 nginx -v: nginx version: nginx/1.4.7 nginx.conf: user www; worker_processes 10; error_log /var/log/nginx/error.log e