gzip minified files not uploading to CDN
-
I’ve recently started using the CDN portion of the plugin to offload static files to DigitalOcean Spaces, which works (mostly) under the S3 compatible settings.
Also had minify setup for CSS and JavaScript files and GZip enabled.
The CSS and JS vesions of the minifications are uploading to the CDN correctly. But the .gzip files are not. And it’s those missing gzip files that are being linked to with gzip enabled. With gzip turned off it’s correctly linking to the .js and .css minified files on the CDN and the site works like it should. With gzip on it’s linking to the .js.gzip and .css.gzip files that didn’t get uploaded so the site has no styling or scripts.
Feels like I’m probably just missing a setting somewhere, but I’m at a loss where to look.
- The topic ‘gzip minified files not uploading to CDN’ is closed to new replies.