Igor Sysoev Wrote: > However, you may say nginx "X-Accel-Expires: 0" to > not cache such > responses. You may say different cache times for > nginx and > browsers/transit proxies: Oh, thank you. It didn't occur to me to use X-Accel-Expires. Jimby Jim Ursetto - Nginx Mailing List - English
Igor Sysoev Wrote: > However, you may say nginx "X-Accel-Expires: 0" to > not cache such > responses. You may say different cache times for > nginx and > browsers/transit proxies: Oh, thank you. That is very useful. Jimby Jim Ursetto - Nginx Mailing List - English
Vinay Y S Wrote: ------------------------------------------------------- > Hi, > Is there developer documentation on how http > caching works in nginx? I'm > seeing weird caching behavior where it's caching > responses with Cache-Control: private headers. nginx completely ignores the `private` keyword and will cache your document regardless. > As I've asked in anotheby Jim Ursetto - Nginx Mailing List - English