I have also started to see these errors in my log -- readv() failed (104: Connection reset by peer). I recently upgraded from nginx 1.6.2 to 1.8, and I think they started from this point. This is with a Linux/PHP-FPM setup. I've found a few mentions of the above error with this setup, but they're all related to back-end timeouts. None of my requests to the back-end run for more than a second orby silentmiles - Nginx Mailing List - English
No, I'm just deleting the physical file. Does the shared mem cache persist after the file is deleted? Is there a method of flushing the mem cache?by silentmiles - How to...
Any ideas on this?by silentmiles - How to...
I run a PHP webservices API behind an nginx server (1.6.2). I use nginx's fastcgi_cache to cache all GET requests, and when certain resources are updated, I purge one or more related cached resources. The method I'm using to do this is to calculate the nginx cache file name for each resource I want to purge, and then deleting that file. For the most part, this works well. However, I've foundby silentmiles - How to...
It's my understanding that log lines are hard limited to 2048 characters (I think I read that in these forums but I can't find the post). It would be good to have a configuration directive to increase this.by silentmiles - Ideas and Feature Requests
I don't understand your suggestion. How would map allow me to override Nginx regarding private responses? AFAIK, Nginx will not store any content that has a "Cache-Control: private" header in the response, and there's no way to tell it to do so.by silentmiles - Ideas and Feature Requests
Hi All, Has there been any consideration of providing a configuration directive with the same effect as Apache's CacheStorePrivate directive for reverse proxy caching, such as fastcgi_cache? http://httpd.apache.org/docs/2.4/mod/mod_cache.html#cachestoreprivate "Ordinarily, responses with Cache-Control: private header values will not be stored in the cache. The CacheStorePrivate direcby silentmiles - Ideas and Feature Requests