• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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