temporarily adjust logrotate minsize on nginx to 5M
This commit is contained in:
parent
8ce5c9d7e6
commit
55676fd7eb
|
@ -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
|
||||
|
|
Reference in New Issue