Infini-DL360: exclude nginx access log from backup
This commit is contained in:
parent
0e495993cf
commit
96180eb018
1 changed files with 6 additions and 0 deletions
|
@ -70,6 +70,12 @@
|
||||||
|
|
||||||
services.nginx.enable = true;
|
services.nginx.enable = true;
|
||||||
|
|
||||||
|
modules.backups.excludes = {
|
||||||
|
"/var/log/" = [
|
||||||
|
"nginx/access.log"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
security.acme.certs."inx.moe" = {
|
security.acme.certs."inx.moe" = {
|
||||||
group = "nginx";
|
group = "nginx";
|
||||||
extraDomainNames = [ "*.inx.moe" ];
|
extraDomainNames = [ "*.inx.moe" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue