Re: Upstream timeout

2013-05-05 Thread thmarx
just forgot one point, the nginx error log is full of lines like this: 2013/05/05 12:34:25 [error] 5388#4772: *35 upstream timed out (10060: FormatMessage() error:(15105)) while connecting to upstream, client: 127.0.0.1, server: backend.myserver1.de, request: "GET /index.html HTTP/1.1", upstream:

Upstream timeout

2013-05-05 Thread thmarx
Hi, I'm using nginx 1.4.0 as loadbalancer for 2 jetty servers. At my windows development/test system I have simple added the following to the default config: upstream backend { server 127.0.0.1:1; server 127.0.0.1:10001; } server {