16 lines
309 B
Plaintext
16 lines
309 B
Plaintext
/var/log/pveproxy/access.log {
|
|
rotate 7
|
|
daily
|
|
missingok
|
|
compress
|
|
delaycompress
|
|
notifempty
|
|
create 660 root www-data
|
|
su root www-data
|
|
sharedscripts
|
|
postrotate
|
|
/bin/systemctl try-reload-or-restart pveproxy.service
|
|
/bin/systemctl try-reload-or-restart spiceproxy.service
|
|
endscript
|
|
}
|