6721f9ea98
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
15 lines
295 B
Plaintext
15 lines
295 B
Plaintext
/var/log/pveproxy/access.log {
|
|
rotate 7
|
|
daily
|
|
missingok
|
|
compress
|
|
delaycompress
|
|
notifempty
|
|
create 640 www-data www-data
|
|
sharedscripts
|
|
postrotate
|
|
/bin/systemctl try-reload-or-restart pveproxy.service
|
|
/bin/systemctl try-reload-or-restart spiceproxy.service
|
|
endscript
|
|
}
|