blackbirdchess-docker-dev/openresty/logrotate/nginx

15 lines
324 B
Plaintext
Raw Permalink Normal View History

2021-06-23 16:56:12 +02:00
/var/log/nginx/*.log {
daily
missingok
rotate 32
compress
delaycompress
nodateext
notifempty
create 644 www-data root
sharedscripts
postrotate
[ -f /var/run/nginx.pid ] && kill -USR1 `cat /var/run/nginx.pid`
endscript
}