feat(dgn-web): Add yearly logrotate for nginx
All checks were successful
Check meta / check_dns (pull_request) Successful in 19s
Check meta / check_meta (pull_request) Successful in 20s
Check workflows / check_workflows (pull_request) Successful in 24s
Build all the nodes / ap01 (pull_request) Successful in 1m2s
Build all the nodes / geo02 (pull_request) Successful in 1m43s
Build all the nodes / geo01 (pull_request) Successful in 1m49s
Build all the nodes / bridge01 (pull_request) Successful in 1m56s
Build all the nodes / compute01 (pull_request) Successful in 2m35s
Build all the nodes / rescue01 (pull_request) Successful in 2m16s
Build all the nodes / vault01 (pull_request) Successful in 1m51s
Build all the nodes / storage01 (pull_request) Successful in 1m59s
Run pre-commit on all files / check (pull_request) Successful in 24s
Build all the nodes / web02 (pull_request) Successful in 1m40s
Build all the nodes / web01 (pull_request) Successful in 2m29s
Build all the nodes / web03 (pull_request) Successful in 1m41s
Build all the nodes / ap01 (push) Successful in 1m17s
Build all the nodes / bridge01 (push) Successful in 2m0s
Build all the nodes / geo02 (push) Successful in 2m9s
Build all the nodes / compute01 (push) Successful in 2m24s
Build all the nodes / rescue01 (push) Successful in 2m29s
Build all the nodes / geo01 (push) Successful in 3m3s
Build all the nodes / storage01 (push) Successful in 2m3s
Run pre-commit on all files / check (push) Successful in 36s
Build all the nodes / vault01 (push) Successful in 1m53s
Build all the nodes / web02 (push) Successful in 1m47s
Build all the nodes / web03 (push) Successful in 1m50s
Build all the nodes / web01 (push) Successful in 2m23s

This commit is contained in:
Tom Hubrecht 2024-12-10 15:53:06 +01:00 committed by thubrecht
parent e0cf11276d
commit b23312dcaa

View file

@ -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;