13 lines
176 B
Plaintext
13 lines
176 B
Plaintext
/var/log/nginx/*log {
|
|
daily
|
|
rotate 10
|
|
missingok
|
|
notifempty
|
|
compress
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/nginx reopen_logs
|
|
endscript
|
|
}
|
|
|