forked from Fediversity/Fediversity
httpS
This commit is contained in:
parent
a65c55f7a1
commit
2364e122a2
|
@ -173,6 +173,8 @@ in
|
|||
};
|
||||
};
|
||||
services.nginx.virtualHosts."garagePortProxy" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
serverName = "*.${fedicfg.web.rootDomain}";
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:3902";
|
||||
|
|
Loading…
Reference in a new issue