diff options
-rwxr-xr-x | clear_cache | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clear_cache b/clear_cache new file mode 100755 index 0000000..d6be019 --- /dev/null +++ b/clear_cache @@ -0,0 +1,2 @@ +#!/bin/sh +sudo sh -c 'rm -rf /srv/nginx/cache/streaming_fcgi/*' |