From 55676fd7eb6151cda7d4ad1f9a3f7cd3e7954bda Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Wed, 28 Sep 2022 13:34:57 +0200 Subject: [PATCH] temporarily adjust logrotate minsize on nginx to 5M --- setup-scripts/logrotate.d/skynet-webportal-nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-scripts/logrotate.d/skynet-webportal-nginx b/setup-scripts/logrotate.d/skynet-webportal-nginx index ecf52858..64f839c0 100644 --- a/setup-scripts/logrotate.d/skynet-webportal-nginx +++ b/setup-scripts/logrotate.d/skynet-webportal-nginx @@ -1,7 +1,7 @@ /home/user/skynet-webportal/docker/data/nginx/logs/*.log { daily rotate 3650 - minsize 500M + minsize 5M create 644 root root notifempty dateext