changed hostname backend
This commit is contained in:
parent
1b5f303f04
commit
b1290493b1
|
@ -41,7 +41,7 @@ in
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://server1:8000";
|
proxyPass = "http://apps:8000";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue