| Giorgi Lekveishvili | 285ab62 | 2023-11-22 13:50:45 +0400 | [diff] [blame] | 1 | /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 | } | ||||