more changes
This commit is contained in:
parent
d9c77742a9
commit
068ebc7b31
1 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ in
|
||||||
|
|
||||||
vpnNamespaces.wg.portMappings = [
|
vpnNamespaces.wg.portMappings = [
|
||||||
{
|
{
|
||||||
from = port;
|
from = internalPort;
|
||||||
to = internalPort;
|
to = internalPort;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
@ -99,7 +99,7 @@ in
|
||||||
];
|
];
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
proxyPass = "http://192.168.15.1:${toString port}";
|
proxyPass = "http://192.168.15.1:${toString internalPort}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue