mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 15:35:41 -04:00
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
/config/log/nginx/*.log {
|
|
weekly
|
|
rotate 14
|
|
compress
|
|
delaycompress
|
|
nodateext
|
|
notifempty
|
|
missingok
|
|
sharedscripts
|
|
postrotate
|
|
s6-svc -1 /run/service/svc-nginx
|
|
endscript
|
|
su abc abc
|
|
}
|