Does the default cache_key work with my Nginx setup?
-
I’m unable to figure out if the default Cache Key Regex is the proper regex to use with my Nginx fastcgi_cache settings. In the plugins default settings the
Cache Key Regexis:/^KEY:\s+https?(?:GET)?([^\/]+)(\/[^\s]*)/mIn MY
nginx.conf. myfastcgi_cache_keyline looks like this:fastcgi_cache_key "$scheme$request_method$host$request_uri";Is it possible to preload with the default Regex key being used in this plugin, or do I need a different REGEX? If I need a different REGEX, then what should I be using?
Thanks for any and all help
The page I need help with: [log in to see the link]
The topic ‘Does the default cache_key work with my Nginx setup?’ is closed to new replies.