Hello,
How I can bypass Nginx FastCGI Cache for my IP?
I added IP but not working.
# Cache bypass
map $http_cookie $no_cache {
default 0;
~SESS 1;
~wordpress_logged_in 1;
~admin 1;
~10.10.0.0 1;
~123.12.1.1 1;
}