mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 03:12:08 +01:00
11 lines
201 B
Plaintext
11 lines
201 B
Plaintext
/var/log/apache2/*log {
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
delaycompress
|
|
postrotate
|
|
/sbin/rc-service --quiet apache2 reload > /dev/null 2>/dev/null || true
|
|
endscript
|
|
}
|
|
|