mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
13 lines
242 B
Django/Jinja
13 lines
242 B
Django/Jinja
/var/log/nginx/*log {
|
|
create 0644 nginx nginx
|
|
daily
|
|
rotate 60
|
|
missingok
|
|
notifempty
|
|
compress
|
|
sharedscripts
|
|
postrotate
|
|
/bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true
|
|
endscript
|
|
}
|