mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 17:12:41 +00:00
14 lines
221 B
Text
14 lines
221 B
Text
|
/config/log/php/*.log {
|
||
|
rotate 5
|
||
|
weekly
|
||
|
missingok
|
||
|
notifempty
|
||
|
delaycompress
|
||
|
compress
|
||
|
nodateext
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
sv hup /etc/service/php-fpm
|
||
|
endscript
|
||
|
su ook ook
|
||
|
}
|