29 lines
374 B
Text
29 lines
374 B
Text
|
/mnt/logs/nginx.access.log {
|
||
|
daily
|
||
|
rotate 7
|
||
|
compress
|
||
|
delaycompress
|
||
|
missingok
|
||
|
notifempty
|
||
|
create 644 root root
|
||
|
}
|
||
|
|
||
|
/mnt/logs/nginx.error.log {
|
||
|
daily
|
||
|
rotate 7
|
||
|
compress
|
||
|
delaycompress
|
||
|
missingok
|
||
|
notifempty
|
||
|
create 644 root root
|
||
|
}
|
||
|
|
||
|
/mnt/logs/application.log {
|
||
|
daily
|
||
|
rotate 7
|
||
|
compress
|
||
|
delaycompress
|
||
|
missingok
|
||
|
notifempty
|
||
|
create 644 root root
|
||
|
}
|