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