is there a way to prevent cacheing for some pages when using nginx reverse proxy cache. like sending some king of header from php?
my version of nginx is 0.7.64
thanks in advance:)
is there a way to prevent cacheing for some pages when using nginx reverse proxy cache. like sending some king of header from php?
my version of nginx is 0.7.64
thanks in advance:)
You mean something like...
Cache-Control: no-cache
The relevant section of RFC 2616 makes for interesting reading if you're wanting to control caching.