• I have W3 Total Cache set up using only the CDN settings which is using an S3 bucket. Everything works fine i see the images coming up properly and being delivered from S3 however i am ALSO seeing in my nginx access log 404 errors for the same images. Why is nginx trying to ALSO deliver the content ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,

    You need to check where those requests are coming from.

    Thread Starter jmoran888

    (@jmoran888)

    Hi – thanks for the reply. So i’m not sure i understand your request. So when i have the images in the local wp directory and i deactivate the plugin – all is fine – when i remove the images from the local wp directory and upload them to S3 and activate the plugin using the CDN option – the images ARE loading on the site but the nginx log is showing 404 errors for the relative path.

    Example in wordpress page

    /wp-content/uploads/image1.png

    Again when image1.png is inside the local WP wp-content/uploads directory and plugin is deactivated this works fine – when i remove the image and upload it to s3bucketname/wp-content/uploads and activate the plugin i see the image loading on the page with the correct s3 bucket hostname but the nginx is throwing a 404 for GET /wp-content/upload/image1.png.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘W3 Total Cache and S3’ is closed to new replies.