1
0
Fork 0

configuration/common: Apply custom nginx logrotate

This commit is contained in:
clerie 2023-03-15 22:50:46 +01:00
parent 2085d8dda8
commit d0afa51964
1 changed files with 4 additions and 0 deletions

View File

@ -98,6 +98,10 @@
};
};
};
services.logrotate.settings.nginx = {
frequency = "daily";
maxage = 14;
};
security.acme = {
defaults.email = "letsencrypt@clerie.de";