mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 03:55:41 -04:00
15 lines
289 B
Plaintext
15 lines
289 B
Plaintext
/config/log/php/*.log {
|
|
rotate 7
|
|
weekly
|
|
missingok
|
|
notifempty
|
|
delaycompress
|
|
compress
|
|
nodateext
|
|
sharedscripts
|
|
postrotate
|
|
s6-svc -t /run/service/svc-php-fpm
|
|
endscript
|
|
su dockerx dockerx
|
|
}
|