mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Update logrotate configuration to include size-based rotation and include certbot files
This commit is contained in:
parent
c1a4c2a9c1
commit
1d850cbd76
1 changed files with 3 additions and 1 deletions
|
|
@ -1,10 +1,12 @@
|
|||
/var/log/bunkerweb/*.log
|
||||
/var/log/bunkerweb/*.log /var/log/bunkerweb/*.log.*
|
||||
{
|
||||
su nginx nginx
|
||||
daily
|
||||
size 100M
|
||||
rotate 7
|
||||
copytruncate
|
||||
compress
|
||||
delaycompress
|
||||
missingok
|
||||
notifempty
|
||||
dateext
|
||||
|
|
|
|||
Loading…
Reference in a new issue