mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2025-01-11 10:22:40 +00:00
14 lines
221 B
Text
14 lines
221 B
Text
|
/config/log/nginx/*.log {
|
||
|
weekly
|
||
|
rotate 7
|
||
|
compress
|
||
|
delaycompress
|
||
|
nodateext
|
||
|
notifempty
|
||
|
missingok
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
sv hup /etc/service/nginx
|
||
|
endscript
|
||
|
su ook ook
|
||
|
}
|