Hi, I'm trying to set up a balance as follows (example): upstream loadbalance { server server:9091; server server:9092; server server:9093; }
location / { proxy_set_header Host $server_name; proxy_request_buffering off; proxy_buffering off; proxy_redirect off; proxy_read_timeout 30s; proxy_connect_timeout 75s; proxy_pass http://loadbalance; } When access http:/nginxserver/webservice .... works perfectly if I use one of the webservices at a time (ex: only port 9091, 9092 or 9093 at a time), but when I use the 3 together, it works intermittently ... (sorry, the page you are looking for is currently unavailable...) all services are ok too (http://nginxserver:909x/webservice are running) what am I doing wrong? -- *Esta mensagem pode conter informações confidenciais ou privilegiadas, sendo seu sigilo protegido por lei. Se você não for o destinatário ou a pessoa autorizada a receber esta mensagem, não pode usar, copiar ou divulgar as informações nela contidas ou tomar qualquer ação baseada nessas informações. Se você recebeu esta mensagem por engano, por favor avise imediatamente ao remetente, respondendo o e-mail e em seguida apague-o. Agradecemos sua cooperação.* _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx