You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2020/09/14 17:51:03 UTC

[GitHub] [incubator-pagespeed-ngx] paskal commented on issue #1566: BeaconUrl uses HTTP instead of HTTPS + LoadFromFile not working

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