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,
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