One configuration question
Maxim Dounin
mdounin at mdounin.ru
Mon Dec 3 21:11:18 MSK 2007
Hello!
On Mon, 3 Dec 2007, Agustin Lopez wrote:
> I have using stable nginx in one cluster with 6 nodes, using ip_hash.
> I have some POSTs very slowly.
> I have seen that some times the same POST request jump until 6 times
> repeating the same operation, one by every cluster node. Some timeout,
> I suppose, and jumping to next server.
>
> How could I avoid that? Anyway to disable that timeout in that conf?
http://wiki.codemongers.com/NginxHttpProxyModule
See proxy_next_upstream, proxy_send_timeout, proxy_read_timeout
directives.
Maxim Dounin
More information about the nginx
mailing list