Steps to clear Nginx cache via ea-nginx

kumkumsharma

Administrator
Staff member
If you are continuously getting the previous page and changes are not visible in browser then there must Nginx cache issue on server, you have to clear Nginx cache on server for particular user. You can follow below steps :

You have to run below command to clear NGINX cache:

Code:
/usr/local/cpanel/scripts/ea-nginx clear_cache [options]
 
Top