Nginx reload leading to ELB 502 on AWS Elastic Load Balancer
# Issue Summary * After executing Nginx soft reload with "service nginx reload", nginx is able to close a lot of connections gracefully, but some connections aren't closed gracefully and Nginx is sending an RST packet. For these connections, Nginx didn't send FIN packet, and it didn't send "Connec
Re: Nginx reload leading to ELB 502 on AWS Elastic Load Balancer
Maxim Dounin Wrote: --- > Hello! > > On Wed, Jan 19, 2022 at 07:24:20AM -0500, gab wrote: > > > # Issue Summary > > > > * After executing Nginx soft reload with "service nginx reload", > ngin