Re: Nginx caching 500 Internal Server Error response

2021-06-28 Thread Francis Daly
On Thu, Jun 24, 2021 at 03:36:42PM -0400, TheMask wrote: Hi there, > From last 8-9months we are facing one issue in which nginx 500 response > spike obseved. And we didnt see any call to upstream. It seems like Nginx > caches the 500 response and that us served back to user. > We have to restart

Re: Nginx caching 500 Internal Server Error response

2021-06-26 Thread TheMask
Does anyone know what are all the status code Nginx caches by default and why its caching 500 response. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,291914,291920#msg-291920 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/m

Nginx caching 500 Internal Server Error response

2021-06-24 Thread TheMask
Hi everyone, We are using Nginx as reverse proxy. >From last 8-9months we are facing one issue in which nginx 500 response spike obseved. And we didnt see any call to upstream. It seems like Nginx caches the 500 response and that us served back to user. We have to restart the Nginx every time when