c33181d999
pveproxy and spiceproxy use the same logfile.
15 lines
269 B
Plaintext
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
|
|
}
|