Re: Debugging Nginx Cache Misses: Hitting high number of MISS despite high proxy valid

2018-05-13 Thread Quintin Par
Thanks all for the response. Michael, I am going to add those header ignores. Still puzzled by the large number of MISSEs and I’ve no clue why they are happening. Leads appreciated. - Quintin On Sun, May 13, 2018 at 6:12 PM, c0nw0nk wrote: > You know you can DoS sites with Cache MISS vi

Re: Problem with to multiple virtual hosts

2018-05-13 Thread Francis Daly
Hi there, it sounds like you have found a workaround for your production system, so that it a good thing. The probably-not-satisfactory but maybe-adequate thing is for you to create a new directory whenever the current directory has (say) 100 files, and put new files into the new directory. If y

Re: Debugging Nginx Cache Misses: Hitting high number of MISS despite high proxy valid

2018-05-13 Thread c0nw0nk
You know you can DoS sites with Cache MISS via switching up URL params and arguements. Examples : HIT : index.php?var1=one&var2=two MISS : index.php?var2=two&var1=one MISS : index.php?random=1 index.php?random=2 index.php?random=3 etc etc Inserting random arguements to URL's will cause cache mi