Re: How to cache static files under root /var/www/html/images

2017-02-14 Thread Ebayer Ebayer
I want to cache critical files indefinitely regardless of them being hot or stale until they're purged (by the app). Thanks On Feb 15, 2017 4:30 AM, "Rainer Duffner" wrote: Am 14.02.2017 um 21:25 schrieb Ebayer Ebayer : Is there a more deterministic way besides fully trus

Re: How to cache static files under root /var/www/html/images

2017-02-14 Thread Ebayer Ebayer
Is there a more deterministic way besides fully trusting the MMU? I really don't think the MMU will execute well on what I'm setting to accomplish. Some more info: * I run Linux 2.6.32 (RH's) * I don't trust /dev/shm as a memory store * I want the kernel to keep files cached for a pre determined

How to cache static files under root /var/www/html/images

2017-02-14 Thread Ebayer Ebayer
Hi, I have Nginx running as a webserver (not as proxy). I need to cache static files that are under /var/www/html/images in memory. What's the simplest way to do this? Thank you ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/lis