Skip to content
Snippets Groups Projects
Commit 178b3787 authored by ale's avatar ale
Browse files

Add a cron job for supercache GC

parent bf962214
No related branches found
No related tags found
No related merge requests found
Pipeline #54164 passed
#!/bin/sh
exec every 60 find /opt/noblogs/cache/supercache -mmin +5 -type f -name index-https.html -delete
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment