Skip to content

Instantly share code, notes, and snippets.

@ScottHelme
Created October 2, 2016 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ScottHelme/f48b7cf3a7f2b561ee46f109568df6ea to your computer and use it in GitHub Desktop.
Save ScottHelme/f48b7cf3a7f2b561ee46f109568df6ea to your computer and use it in GitHub Desktop.
Clear Nginx cache.
#!/bin/bash
sudo find /home/nginx/ghostcache -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment