feat(dgn-web): Add yearly logrotate for nginx
All checks were successful
Run pre-commit on all files / check (push) Successful in 23s
Check meta / check_dns (pull_request) Successful in 19s
Check meta / check_meta (pull_request) Successful in 21s
Check workflows / check_workflows (pull_request) Successful in 29s
Build all the nodes / ap01 (pull_request) Successful in 1m25s
Build all the nodes / bridge01 (pull_request) Successful in 1m51s
Build all the nodes / geo01 (pull_request) Successful in 2m3s
Build all the nodes / geo02 (pull_request) Successful in 2m5s
Build all the nodes / compute01 (pull_request) Successful in 2m23s
Build all the nodes / rescue01 (pull_request) Successful in 2m26s
Build all the nodes / storage01 (pull_request) Successful in 2m1s
Run pre-commit on all files / check (pull_request) Successful in 33s
Build all the nodes / vault01 (pull_request) Successful in 1m44s
Build all the nodes / web02 (pull_request) Successful in 1m45s
Build all the nodes / web03 (pull_request) Successful in 1m53s
Build all the nodes / web01 (pull_request) Successful in 2m18s
All checks were successful
Run pre-commit on all files / check (push) Successful in 23s
Check meta / check_dns (pull_request) Successful in 19s
Check meta / check_meta (pull_request) Successful in 21s
Check workflows / check_workflows (pull_request) Successful in 29s
Build all the nodes / ap01 (pull_request) Successful in 1m25s
Build all the nodes / bridge01 (pull_request) Successful in 1m51s
Build all the nodes / geo01 (pull_request) Successful in 2m3s
Build all the nodes / geo02 (pull_request) Successful in 2m5s
Build all the nodes / compute01 (pull_request) Successful in 2m23s
Build all the nodes / rescue01 (pull_request) Successful in 2m26s
Build all the nodes / storage01 (pull_request) Successful in 2m1s
Run pre-commit on all files / check (pull_request) Successful in 33s
Build all the nodes / vault01 (pull_request) Successful in 1m44s
Build all the nodes / web02 (pull_request) Successful in 1m45s
Build all the nodes / web03 (pull_request) Successful in 1m53s
Build all the nodes / web01 (pull_request) Successful in 2m18s
This commit is contained in:
parent
026acdecb7
commit
f2e11bcb97
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ in
|
|||
|
||||
dgn-web.internalPorts = mapAttrs (_: getAttr "port") cfg.simpleProxies;
|
||||
|
||||
# Keep logs during 1 year (53 weeks)
|
||||
services.logrotate.settings.nginx.rotate = 53;
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue