Commit 5faa2c24 authored by Vitaly Lipatov's avatar Vitaly Lipatov

vz/azbyka: fix logrotate config

parent 74b6b1d0
...@@ -93,8 +93,9 @@ EOF ...@@ -93,8 +93,9 @@ EOF
tune_logrotate() tune_logrotate()
{ {
# TODO: ErrorLog is set in apache conf, so use *.log here
cat <<EOF >/etc/logrotate.d/apache-home-local.tmpCB cat <<EOF >/etc/logrotate.d/apache-home-local.tmpCB
/home/$AUSER/log/$FDOMAINPART*.log { /home/$AUSER/log/*.log {
missingok missingok
rotate 3 rotate 3
size 3000k size 3000k
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment