How to get rid of caching completely

2014-03-23 Thread Mrinmoy Das
Is there a way to stop caching at all level? I have added *expires -1;* *add_header Cache-Control "private, must-revalidate, max-age=0";* *add_header Last-Modified "";* this on my nginx server block, but there are still some caching are happening. Any way to get rid of t

Fwd: How to get rid of caching completely

2014-03-23 Thread Mrinmoy Das
Mrinmoy Das http://goromlagche.in/ -- Forwarded message -- From: Mrinmoy Das Date: Mon, Mar 24, 2014 at 1:47 AM Subject: How to get rid of caching completely To: nginx@nginx.org Is there a way to stop caching at all level? I have added *expires -1