No certificate for Garage web root domain
This commit is contained in:
parent
be756ab8d3
commit
247a4258b2
|
@ -159,10 +159,9 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts.${fedicfg.web.rootDomain} = {
|
||||
services.nginx.virtualHosts.${fedicfg.web.domainForBucket "pixelfed"} = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
serverAliases = lib.mapAttrsToList (bucket: _: fedicfg.web.domainForBucket bucket) cfg.ensureBuckets; ## TODO: use wildcard certificates?
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:3902";
|
||||
extraConfig = ''
|
||||
|
|
Reference in a new issue