ngnix for conduit
This commit is contained in:
parent
974de549bc
commit
1baa1ce671
2 changed files with 74 additions and 3 deletions
|
@ -35,7 +35,15 @@
|
|||
};
|
||||
|
||||
# ACME data must be readable by the NGINX user
|
||||
# users.users.nginx.extraGroups = [
|
||||
# "acme"
|
||||
# ];
|
||||
users.users.nginx.extraGroups = [
|
||||
"acme"
|
||||
];
|
||||
|
||||
# Enable nginx
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue