1
0
mirror of https://github.com/serghey-rodin/vesta.git synced 2025-03-12 04:36:25 -07:00

13 lines
266 B
Plaintext
Raw Permalink Normal View History

2015-10-21 20:10:00 +03:00
/var/log/nginx/*log /var/log/nginx/domains/*log {
create 0644 nginx nginx
daily
rotate 10
missingok
notifempty
compress
sharedscripts
postrotate
[ -f /var/run/nginx.pid ] && kill -USR1 `cat /var/run/nginx.pid`
endscript
}