mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-18 01:14:08 +00:00
Add /var/log/pihole/webserver.log to the logrotate scripts (#5329)
This commit is contained in:
commit
2d4d9078c4
1 changed files with 11 additions and 0 deletions
|
@ -19,3 +19,14 @@
|
||||||
notifempty
|
notifempty
|
||||||
nomail
|
nomail
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/var/log/pihole/webserver.log {
|
||||||
|
# su #
|
||||||
|
weekly
|
||||||
|
copytruncate
|
||||||
|
rotate 3
|
||||||
|
compress
|
||||||
|
delaycompress
|
||||||
|
notifempty
|
||||||
|
nomail
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue