23 lines
355 B
Plaintext
23 lines
355 B
Plaintext
/var/log/nginx/*.log {
|
|
daily
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
delaycompress
|
|
notifempty
|
|
create 0640 www-data www-data
|
|
sharedscripts
|
|
postrotate
|
|
pkill -HUP nginx
|
|
endscript
|
|
}
|
|
|
|
/var/www/logs/*.log {
|
|
daily
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
delaycompress
|
|
notifempty
|
|
create 0640 www-data www-data
|
|
} |