mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 09:15:41 -04:00
Revert "build: clean up s6 overlay structure"
This reverts commit 90420823b0.
This commit is contained in:
14
root/etc/logrotate.d/nginx
Normal file
14
root/etc/logrotate.d/nginx
Normal file
@@ -0,0 +1,14 @@
|
||||
/config/log/nginx/*.log {
|
||||
weekly
|
||||
rotate 14
|
||||
compress
|
||||
delaycompress
|
||||
nodateext
|
||||
notifempty
|
||||
missingok
|
||||
sharedscripts
|
||||
postrotate
|
||||
s6-svc -1 /run/service/svc-nginx
|
||||
endscript
|
||||
su dockerx dockerx
|
||||
}
|
||||
14
root/etc/logrotate.d/php-fpm
Normal file
14
root/etc/logrotate.d/php-fpm
Normal file
@@ -0,0 +1,14 @@
|
||||
/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
|
||||
}
|
||||
Reference in New Issue
Block a user