13 lines
224 B
Plaintext
13 lines
224 B
Plaintext
|
/usr/local/openresty/nginx/logs/*.log {
|
||
|
hourly
|
||
|
dateext
|
||
|
rotate 3650
|
||
|
missingok
|
||
|
notifempty
|
||
|
nocompress
|
||
|
create 640 root root
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
openresty -s reopen
|
||
|
endscript
|
||
|
}
|