This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
|
/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
|
|
}
|