Re: nginx -s reload does not work with proxy directives

2022-05-31 Thread evald ibrahimi
Thanks for the explanation. On Tue, 31 May 2022, 18:38 Maxim Dounin, wrote: > Hello! > > On Tue, May 31, 2022 at 06:01:01PM +0200, evald ibrahimi wrote: > > > Just encounter this issue on the latest version of nginx 1.22.0. > > Basically i added the "proxy_read_timeout 600s;" in a server directi

Re: nginx -s reload does not work with proxy directives

2022-05-31 Thread Maxim Dounin
Hello! On Tue, May 31, 2022 at 06:01:01PM +0200, evald ibrahimi wrote: > Just encounter this issue on the latest version of nginx 1.22.0. > Basically i added the "proxy_read_timeout 600s;" in a server directive and > run "nginx -s reload". > I was getting still "upstream timed out (110: Connectio

nginx -s reload does not work with proxy directives

2022-05-31 Thread evald ibrahimi
hello, Just encounter this issue on the latest version of nginx 1.22.0. Basically i added the "proxy_read_timeout 600s;" in a server directive and run "nginx -s reload". I was getting still "upstream timed out (110: Connection timed out) while reading response header from upstream, client: " after