Articles in this section

How to flush Nginx cache for a website in Plesk?

kb: how-to Plesk for Linux

Applicable to:

  • Plesk for Linux

Question

How to flush Nginx cache for a website in Plesk?

Answer

Since Plesk 18.0.45 version it is possible to clear cache from Plesk GUI:
  1. Log in to Plesk
  2. Go to Domains > example.com > Hosting & DNS > Apache & Nginx settings and click "Clear cache" button:
clear.png

Click on a section to expand

If update to Plesk 18.0.45 is not possible for some reason, flush Nginx cache manually:
  1. Connect to the server via SSH.

  2. Remove cache files:

    # rm -rf /var/cache/nginx/example.com_*/*

Was this article helpful?

Comments

1 comment
Date Votes
  • I don't have Nginx cache in my servers.

    0

Please sign in to leave a comment.