Re: Nginx cache returning empty response for just the home page

2018-10-09 Thread Peter Booth via nginx
I think that the script might have been this: https://github.com/perusio/nginx-cache-inspector Also, the nginx debug log shows you *everything* at 100x the level of detail I expected. It can be overwhelming though When you say that the issue

Re: Nginx cache returning empty response for just the home page

2018-10-07 Thread Jane Jojo
Thanks for this Peter. I’ll look at redbot. Do you by any chance have the script? My problem is intermittent and I don’t know if it’s a good idea to actively listen to production logging. On Sat, Oct 6, 2018 at 3:21 PM Peter Booth via nginx wrote: > You need to understand what requests are

Re: Nginx cache returning empty response for just the home page

2018-10-06 Thread Peter Booth via nginx
You need to understand what requests are being received, what responses are being sent and the actual keys being used to write to your cache. This means intelligent request logging, possibly use of redbot.org, and examination of your cache. I used to use a script that someone had posted here y