forked from Fediversity/Fediversity
acme fixup 2
This commit is contained in:
parent
2a28e0289d
commit
72fa686540
|
@ -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."/" = {
|
||||||
|
|
Loading…
Reference in a new issue