feat: enable websocket proxy

This commit is contained in:
tux
2025-01-24 18:20:09 +05:30
parent 5c85bd8708
commit 588bb23e2d

View File

@ -29,6 +29,7 @@
locations = {
"/" = {
proxyPass = "http://localhost:2100";
proxyWebsockets = true;
};
};
};