From b193fe17a173d50d2cd0dc28c138973ff60dc067 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sat, 3 Jun 2023 22:36:41 +0100 Subject: [PATCH] Fix cache path --- docker/conf/services.d/supercachegc/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/conf/services.d/supercachegc/run b/docker/conf/services.d/supercachegc/run index dc703c56..07e92ae0 100755 --- a/docker/conf/services.d/supercachegc/run +++ b/docker/conf/services.d/supercachegc/run @@ -1,3 +1,3 @@ #!/bin/sh -exec every 60 find /opt/noblogs/cache/supercache -mmin +5 -type f -name index-https.html -delete +exec every 60 find /opt/noblogs/www/wp-content/cache/supercache -mmin +5 -type f -name index-https.html -delete -- GitLab