temporarily adjust logrotate minsize on nginx to 5M

This commit is contained in:
Karol Wypchlo 2022-09-28 13:34:57 +02:00
parent 8ce5c9d7e6
commit 55676fd7eb
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 1 additions and 1 deletions

View File

@ -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