acme fixup 2
This commit is contained in:
parent
2116ac6b27
commit
51a294a659
|
@ -175,7 +175,7 @@ in
|
||||||
|
|
||||||
services.nginx.virtualHosts."garagePortProxy" = {
|
services.nginx.virtualHosts."garagePortProxy" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACME = true;
|
enableACME = true;
|
||||||
serverName = fedicfg.web.rootDomain;
|
serverName = fedicfg.web.rootDomain;
|
||||||
serverAliases = lib.mapAttrsToList (bucket: _: "${bucket}.${fedicfg.web.rootDomain}") cfg.ensureBuckets; ## TODO: use wildcard certificates?
|
serverAliases = lib.mapAttrsToList (bucket: _: "${bucket}.${fedicfg.web.rootDomain}") cfg.ensureBuckets; ## TODO: use wildcard certificates?
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
|
Reference in a new issue