Different nginx rules based on referrer
- by juana
I'm using WordPress with WP Super Cache. I want visitors who come from Google (That inlcudes all country specific referrers like google.co.in, google.co.uk and etc.) to see uncached contents.
There are my nginx rules which are not working the way I want:
server {
server_name website.com;
location / {
root …