bigretromike commented on issue #1755:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1335184338
> > `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.
I installed `SSL Insecure Content Fixer` but that does nothing for me - the
page is SSL compatible with `Green shield` on all browsers.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]