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

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


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