blob: 282b1e801e1c2b0bdda2250b29473b2c12242632 [file] [log] [blame]
Giorgi Lekveishvili285ab622023-11-22 13:50:45 +04001/var/log/apache2/*log {
2 daily
3 dateext
4 compress
5 delaycompress
6 missingok
7 notifempty
8 sharedscripts
9 postrotate
10 /etc/init.d/apache2 --quiet --ifstarted reload > /dev/null 2>/dev/null || true
11 endscript
12}