We’ve recently implemented a change where we’ve added an Origin Rule to route traffic for a particular folder to be sent to a webserver on a different port.
This works fine except that static files, such as PNGs, that were previously being cached at Cloudflare are now always returning a “DYNAMIC” value for the “cf-cache-status” header.
Our main webserver is Apache2 but the one we’re redirecting this traffic to is NGINX running on port 8443.
Not sure if the problem is something in NGINX, although we haven’t changed anything from default just running on a different port, or within our Cloudflare config, but other than the Origin Rule we’re not changed anything else.
Does anyone have any ideas what I can check?
Thanks.