I don’t see any improvement in the mobile pagespeed insights score, now that the plugin works. (https://developers.google.com/speed/pagespeed/insights/)
I still get the recommendation to resize the large images and pagespeed reports the unmodified image file sizes?
Any idea?
Fixed it myself but thanks for the reply!
I created the following location to better mirror the apache config:
location ~ /wp-content/(themes|uploads) {
rewrite \.(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images-script.php;
}