33 lines
No EOL
444 B
Text
33 lines
No EOL
444 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
|
|
|
|
postrotate
|
|
kill -USR1 `cat /mnt/logs/gunicorn.pid`
|
|
endscript
|
|
} |