• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Question If Nginx Cache is Enabled, the Images aren't loading ?

SahinS

Basic Pleskian
Hello,

I have a strange problem.

As summary:

I have 2 sites. such as, a.com & b.com. I have created a subdomain cdn.b.com for a.com. Everything is normal. But, If I actived the (cdn.b.com) Nginx browser cache, a.com isn't loading some images.

(Apache & nginx Settings)

The code blog:
Code:
    location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|ogg|ogv|webm|htc)$ {
        expires 1M;
        access_log off;
        add_header Cache-Control "public";
    }


What about that?
Thanks!
 
Back
Top