chore(nix): enable WebSocket proxy in nginx config
- Added `proxyWebsockets = true` to improve WebSocket support. - Ensures seamless communication for services relying on WebSocket connections.
This commit is contained in:
parent
0fa35124db
commit
18871b8617
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@
|
|||
locations."/" = {
|
||||
proxyPass = "http://192.168.178.49:8123";
|
||||
recommendedProxySettings = true;
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue