mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2025-01-11 02:12:40 +00:00
14 lines
No EOL
221 B
Text
14 lines
No EOL
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
|
|
} |