csandanov commented on issue #1900: Standard configuration for Varnish: disable 
html cache is optional
URL: 
https://github.com/apache/incubator-pagespeed-mod/pull/1900#issuecomment-503032902
 
 
   > Varnish is allowed to cache html emitted by the pagespeed-enabled webserver
   
   I guess you mean that if you have no other configuration on Varnish other 
than what's specified here it will still cache. And that is true but usually, 
people don't use Varnish without any config and when there's a config it 
usually is mindful of `no-cache; max-age=0` headers in `vcl_backend_response` 
step, and in this case, you should somehow recognize whether it's just a 
pagespeed header that can be ignored (due to enabled downstream caching) or 
it's a header coming from a backend that cannot be ignored.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to