jmarantz commented on issue #1709:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1709#issuecomment-682511178


   Sorry about my confusion -- I think your config looks OK mostly, and there's 
a possibility of a bug, because the example page for MapProxyDomain is broken 
also.
   
   The only other suspicion I have is there are a few directives you are using 
that look suspicious:
   ```
   pagespeed ModifyCachingHeaders on;
   pagespeed RespectVary off;
   ```
   Setting those things means that a proxy-cache at a users ISP or your CDN can 
capture PageSpeed's rewritten URL and serve it even if stale, or with 
user-agent-specific optimizations in it that might not be appropriate for all 
browsers (e.g. webp transcode).
   
   Could you try removing those configs? In general PageSpeed should work well 
with minimal configuration and advanced  options are available if needed, but 
you should make sure you understand why you are overriding defaults.
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to