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
___
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
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 ?
> 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/
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
___
> 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
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
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 {