don't include logrotate, included by mistake
This commit is contained in:
parent
ae6043817b
commit
0e419d820c
|
@ -1,13 +0,0 @@
|
|||
/home/user/skynet-webportal/docker/data/nginx/logs/*.log {
|
||||
hourly
|
||||
dateext
|
||||
rotate 3650
|
||||
missingok
|
||||
notifempty
|
||||
nocompress
|
||||
create 640 root root
|
||||
sharedscripts
|
||||
postrotate
|
||||
docker exec nginx sh -c '! test -f /usr/local/openresty/nginx/logs/nginx.pid' || docker exec nginx sh -c 'kill -USR1 $(cat /usr/local/openresty/nginx/logs/nginx.pid)'
|
||||
endscript
|
||||
}
|
Reference in New Issue