Hi Axel,
Thank you for the reply. I have pasted some of my nginx.conf file below. Can
you conform if i'm setting proxy_next_upstream in correct location please?
Also, is there a way to have fail_timeout increment per fail? i.e if it
failed once try again in 30 secs as it might be minor issue, the
Hi,
Am Dienstag, 23. Juli 2013, 11:06:46 schrieb toriacht:
> Hi,
>
> IN answer to my own question I found this..
>
> +--+
> Max Fails
> Fall_timeout specifies the length of that the server is considered
> inoperative. Once the time expires, new attempts to reach the server will
> start up a
Hi Team,
I am newbiw too and i am setting up load balancer with nginx from "
https://www.digitalocean.com/community/articles/how-to-set-up-nginx-load-balancing";
but my reuest are not going to the servers which i have configured.
below is the my nginx.conf setup
upstream nitesh {
server
Hi,
IN answer to my own question I found this..
+--+
Max Fails
According to the default round robin settings, nginx will continue to send
data to the virtual private servers, even if the servers are not responding.
Max fails can automatically prevent this by rendering unresponsive servers
ino
Hi,
I am a nginx newbie. I have nginx configured as a reverse proxy/load
balancer in front of a small cluster of Jboss servers. I have configured as
per the tutorials on the web like this one ref:
https://www.digitalocean.com/community/articles/how-to-set-up-nginx-load-balancing
and all works fine