pve-manager/debian/pve.logrotate
Dietmar Maurer c33181d999 fix logfile rotation
pveproxy and spiceproxy use the same logfile.
2015-03-11 16:43:58 +01:00

15 lines
269 B
Plaintext

/var/log/pveproxy/access.log {
rotate 7
daily
missingok
compress
delaycompress
notifempty
create 640 www-data www-data
sharedscripts
postrotate
/etc/init.d/pveproxy restart > /dev/null
/etc/init.d/spiceproxy restart > /dev/null
endscript
}