Add nginx to the acme group so it can access the certs
This commit is contained in:
parent
1cf456b606
commit
2bd71cf986
1 changed files with 1 additions and 0 deletions
|
@ -18,4 +18,5 @@
|
|||
domain = "*.int.chir.rs";
|
||||
};
|
||||
};
|
||||
services.nginx.group = "acme";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue