mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 12:45:18 +03:00
10 lines
208 B
Text
10 lines
208 B
Text
/var/log/apache2/*log {
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
delaycompress
|
|
postrotate
|
|
/etc/init.d/apache2 --quiet --ifstarted reload > /dev/null 2>/dev/null || true
|
|
endscript
|
|
}
|
|
|