11 lines
203 B
Text
11 lines
203 B
Text
/data/nginx/access.log {
|
|
daily
|
|
rotate 3
|
|
missingok
|
|
notifempty
|
|
compress
|
|
sharedscripts
|
|
postrotate
|
|
nginx -s reload
|
|
endscript
|
|
}
|