paskal commented on issue #1566: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1566#issuecomment-692213281
That's a shallow workaround IMHO. I think, the proper solution is following: ``` # to prevent pagespeed from rewriting https to http pagespeed MapRewriteDomain https://example.com http://example.com; pagespeed MapOriginDomain https://example.com http://example.com; ``` It worked for me, all links were replaced with https ones. ---------------------------------------------------------------- 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