mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
better logrotate conf
This commit is contained in:
parent
4475d4dff9
commit
77021398be
2 changed files with 4 additions and 3 deletions
2
TODO.org
2
TODO.org
|
@ -1,7 +1,7 @@
|
|||
#+STARTUP: indent
|
||||
#+TODO: TODO BLOCKED DONE
|
||||
* DONE logs
|
||||
* TODO logrotate config
|
||||
* DONE logrotate config
|
||||
* DONE is_public
|
||||
* TODO auto set up admin section
|
||||
* DONE mail in config.js : what's this ?
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
YNH_LOGFILE
|
||||
{
|
||||
rotate 5
|
||||
weekly
|
||||
nomissingok
|
||||
missingok
|
||||
rotate 12
|
||||
notifempty
|
||||
compress
|
||||
delaycompress
|
||||
copytruncate
|
||||
}
|
Loading…
Add table
Reference in a new issue