This commit is contained in:
2026-03-01 17:37:10 +03:00
parent 62249af1a6
commit fb1375a3dd
+4
View File
@@ -41,6 +41,10 @@ in
proxyPass = "http://localhost:2049"; proxyPass = "http://localhost:2049";
proxyWebsockets = true; proxyWebsockets = true;
}; };
"/default" = {
proxyPass = "http://localhost:2053";
proxyWebsockets = true;
};
"/subs/" = { "/subs/" = {
proxyPass = "http://localhost:2096"; proxyPass = "http://localhost:2096";
proxyWebsockets = true; proxyWebsockets = true;