ADD http:// to proxypass
This commit is contained in:
parent
ffb941687a
commit
db39623eeb
|
@ -175,7 +175,7 @@ in
|
||||||
services.nginx.virtualHosts."garagePortProxy" = {
|
services.nginx.virtualHosts."garagePortProxy" = {
|
||||||
serverName = "*.${fedicfg.web.rootDomain}";
|
serverName = "*.${fedicfg.web.rootDomain}";
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "localhost:3902";
|
proxyPass = "http://localhost:3902";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
'';
|
'';
|
||||||
|
|
Reference in a new issue