Re: RE: Idle Timeout during the HTTP request response phase

2018-10-16 Thread shivramg94
Thanks for the pointers. For backend/upstream servers does they translate to the below two directives For read : proxy_read_timeout For send: proxy_send_timeout Please correct me if I am wrong Posted at Nginx Forum: https://forum.nginx.org/read.php?2,281614,281618#msg-281618 ___

Re: Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-10-16 Thread Stefan Müller
Hallo Francis, thank you for  the liberating response :). Unfortunately that rise some questions: 1. documentation Is there any additional document for the -c command. I find only: 1. http://nginx.org/en/docs/switches.html 2. https://stackoverflow.com/questions/19910042/locate-the-ng

Ingress Controller Issue

2018-10-16 Thread dennis obrycki
We are using the community edition of NginX Ingress. When autoscaling is in process, we are receiving 502 errors for a period of time . After a while ( 2-3 minutes ) the 502 errors subside and processing continues . Has anyone encountered a similar issue? Any thought on what could be causing this ?

RE: Idle Timeout during the HTTP request response phase

2018-10-16 Thread Reinis Rozitis
> Is there any directive available in Nginx to set a timeout between two > successive receive or two successive send network input/output operations > during the HTTP request response phase? For send: http://nginx.org/en/docs/http/ngx_http_core_module.html#send_timeout for read: http://nginx.org/

Idle Timeout during the HTTP request response phase

2018-10-16 Thread shivramg94
Hi, Is there any directive available in Nginx to set a timeout between two successive receive or two successive send network input/output operations during the HTTP request response phase? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,281614,281614#msg-281614 ___

RE: Proxying setup delivering wrong cache entry in some edge cases

2018-10-16 Thread Reinis Rozitis
> For example, a request to https://test.example.org/bla/fasel would deliver > the content for https://foo.example.org/bla/fasel. So basically it delivers > content for the wrong subdomain. Those occasions are very, very rare and > totally random in regards to the subdomain from which the content g

Re: Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-10-16 Thread Francis Daly
On Tue, Oct 16, 2018 at 09:20:33AM +0200, Stefan Müller wrote: Hi there, > so I wonder, if I need to work with multiple .conf files or shall I put > multiple http{} blocks in the general configuration of nginx > /etc/nginx/nginx.conf? I assume that Reinis told me indirectly to run > multiple inst

Re: Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-10-16 Thread Stefan Müller
Good morning Francis, thank you coming back on this. In the very beginning Reinis wrote: Well you configure each individual nginx to listen (https://nginx.org/en/docs/http/ngx_http_core_module.html#listen ) on a unix socket: Config on nginx1: .. events { } http {