CU-251akbj added graylog and additional fixes from discovered logs
This commit is contained in:
10
ansible/roles/http/templates/logrotate/nginx.j2
Normal file
10
ansible/roles/http/templates/logrotate/nginx.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
/var/log/nginx/*log {
|
||||
daily
|
||||
rotate 4
|
||||
missingok
|
||||
notifempty
|
||||
create 640 http log
|
||||
compress
|
||||
delaycompress
|
||||
copytruncate
|
||||
}
|
||||
Reference in New Issue
Block a user