> The Age header is the HTTP/1.1 way to decrement effective value of > max-age, see here: > > https://tools.ietf.org/html/rfc7234#section-4.2.3
Interesting... Well, I solved the issue by simply removing the 'max-age' portion from the 'cache-control' header, keeping the other portion. Expiration is handled strictly from the 'expires' tag, which seems to be valid according to one of those RFC's. Testing things out and caching expires exactly when it is supposed to! So happy I can keep the proxy cache enabled now! _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
