Revert "logrotate.d configuration"
This commit is contained in:
parent
9958b66faf
commit
d926c22aa4
|
@ -1,16 +0,0 @@
|
|||
/home/user/skynet-webportal/docker/data/nginx/logs/*.log {
|
||||
daily
|
||||
rotate 3650
|
||||
minsize 500M
|
||||
create 644 root root
|
||||
notifempty
|
||||
dateext
|
||||
missingok
|
||||
compress
|
||||
compressoptions --best
|
||||
delaycompress
|
||||
sharedscripts
|
||||
postrotate
|
||||
docker exec nginx nginx -s reopen
|
||||
endscript
|
||||
}
|
|
@ -1,13 +0,0 @@
|
|||
/home/user/skynet-webportal/docker/data/sia/*.log
|
||||
/home/user/skynet-webportal/docker/data/sia/*/*.log {
|
||||
daily
|
||||
rotate 3650
|
||||
minsize 500M
|
||||
create 644 root root
|
||||
notifempty
|
||||
dateext
|
||||
missingok
|
||||
compress
|
||||
compressoptions --best
|
||||
delaycompress
|
||||
}
|
Reference in New Issue