We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: