FRiCKLE/ngx_cache_purge

Two key purge

sezerkaratas opened this issue · 0 comments

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