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