fix endpoints
This commit is contained in:
parent
44d2263bdf
commit
df9367d12f
2 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ let
|
|||
locationsData = builtins.listToAttrs (map (endpointName: {
|
||||
name = endpointName;
|
||||
value = {
|
||||
proxyPass = "http://127.0.0.1:${builtins.toString service.reverse_proxy.port}/";
|
||||
proxyPass = "http://127.0.0.1:${builtins.toString service.reverse_proxy.port}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
}) locationList);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue