bigretromike commented on issue #1755:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1335179959

   > > `location ~ "\.pagespeed\.([a-z]\.)?[a-z]{2}\.[^.]{10}\.[^.]+" { 
add_header "" ""; set $no_cache 1; }`
   > 
   > Can you try: location ~ ^.pagespeed/ { add_header "" ""; set $no_cache 1; }
   > 
   > For my wordpress instances I use the plugin "SSL Insecure Content Fixer", 
it rewrites all output links to https. The problem might be somewhere in your 
mysql database but installing this plugin should fix this easier.
   
   Should I remove old one? because I added yours next to old one, and no 
difference.
   
   @Lofesa I replace scr to image to absolut path with `https` still I see that 
main page is fetched via http :/


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to