FRiCKLE / ngx_cache_purge

nginx module which adds ability to purge content from FastCGI, proxy, SCGI and uWSGI caches.
http://labs.frickle.com/nginx_ngx_cache_purge/
Other
1.06k stars 310 forks source link

Two key purge #73

Open sezerkaratas opened 2 years ago

sezerkaratas commented 2 years ago

Hello

fastcgi_cache_key "$scheme$request_method$host$request_uri$mobile_request";

$mobile_request = I do separate caching for mobile and desctop

To clear the cache

fastcgi_cache_purge WORDPRESS "httpsGET........$1fullversion";

Is it possible for me to create a loop instead of a mobile request?

well

How can I clear both mobile and desctop after typing GET /uri