| Giorgi Lekveishvili | 4ec4c02 | 2024-08-17 15:09:24 +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 | } | ||||