Emitter: Keep logs for 14 days
This commit is contained in:
parent
3171db8a74
commit
8685c9ddc9
1 changed files with 2 additions and 1 deletions
|
|
@ -165,7 +165,8 @@
|
||||||
services.logrotate = {
|
services.logrotate = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.nginx = {
|
settings.nginx = {
|
||||||
rotate = 2;
|
frequency = "daily";
|
||||||
|
rotate = 14;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue