luison opened a new issue #2052: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2052
Hi. been using pagespeed for a while and trying to do some optimization now but just can't figure out completely how to authorize it to apply to some of our other domains. Our setup is one with a Nginx reverse proxy server (nginx version: nginx/1.18.0) with pagespeed (V 14) installed handling SSL and proxying via upstream to apache servers via http on different containers. We have pagespeed activated per domain basis with a specific: pagespeed on; - per server domain So mainproject.com pagespeed is working but we alss load some resources from two additional servers on our html like so: Both domains are also in the same reverse proxy server: https://assets.domain.com ---> internal IP port 80 via upstream - pagespeed not active on this nginx server https://image.domain.com ---> internal IP port 80 via upstream - pagespeed not active on this nginx server At our maindomain.com project pagespeed config includes: pagespeed Domain assets.domain.com; pagespeed Domain https://image.domain.com; We've also tried including or not https protocol and MapOriginDomain rules but we always get: `[Mon, 23 Nov 2020 19:53:16 GMT] [Info] [8695] No permission to rewrite https://image.domain.com/t/230x260/smart/gis/recursos/timeline_1995.jpg' ` Are we misunderstanding how we should activate pagespeed as we understood that the Domain directive should allow pagespeed to rewrite those too? Should they also be active with their own config on each of those internal CDN domains? Pagespeed admin info page shows: Domain Lawyer http:// assets.domain.com/ Auth https://image.domain.com/ Auth Thanks. ---------------------------------------------------------------- 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