Regex Cache inclusions via nginx rules?
-
Hi,
I’m using the Cache Inclusions to ensure a lot of my urls that get a lot of traffic with utms get served from cache.
e.g./^fbclid|pk_(source|medium|campaign|kwd|content)$/
Problem is, as far as I can see this still relies on php handling the cache inclusions.
I just noticed this topic https://www.ads-software.com/support/topic/wrong-nginx-recommendations-in-docs/
and applied that fix to ensure my urls in general are getting served directly by nginx, but my question is, is there any way to write a regex in the nginx config rules that would do the exact same thing without the need for PHP to handle the request?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Regex Cache inclusions via nginx rules?’ is closed to new replies.