forked from Fediversity/Fediversity
httpS
This commit is contained in:
parent
a65c55f7a1
commit
2364e122a2
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue