Introduction
There might be a time that you may need to clear a user's NGINX cache if it is showing a page that is either not correct or out of date. Below are the steps on how to do this.
Procedure
To clear a user’s NGINX cache, run the following command:
/usr/local/cpanel/scripts/ea-nginx clear_cache [user(s) or --all]
You must supply one of the following options:
- user(s)
- to clear the NGINX cache for one or more cPanel users
- "/scripts/ea-nginx clear_cache user1 user2"
- --all
- to clear the NGINX cache for all users
- "/scripts/ea-nginx clear_cache --all"
Resources
For more information, please see our main documentation:
Comments
0 comments
Article is closed for comments.