28 lines
333 B
Plaintext
28 lines
333 B
Plaintext
allowhardlink
|
|
|
|
include /opt/psa/etc/logrotate.d
|
|
su root syslog
|
|
|
|
/var/log/plesk/xferlog.processed {
|
|
missingok
|
|
rotate 3
|
|
size 10M
|
|
compress
|
|
nocreate
|
|
}
|
|
|
|
/var/log/maillog.processed {
|
|
missingok
|
|
rotate 3
|
|
size 10M
|
|
compress
|
|
nocreate
|
|
}
|
|
|
|
/opt/psa/var/webalizer.cache {
|
|
missingok
|
|
rotate 0
|
|
size 512M
|
|
nocreate
|
|
}
|