forked from Fediversity/Fediversity
remove http:// from nginx server name
This commit is contained in:
parent
c15009f490
commit
682f8d6776
|
@ -173,7 +173,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.nginx.virtualHosts."garagePortProxy" = {
|
services.nginx.virtualHosts."garagePortProxy" = {
|
||||||
serverName = "${fedicfg.web.urlFor "*"}"; # wildcard bucket *.foo.com
|
serverName = "*.${fedicfg.web.rootDomain}";
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "localhost:3902";
|
proxyPass = "localhost:3902";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue