This commit is contained in:
2025-09-24 19:01:18 +03:00
parent b59493a9c9
commit f3e3b633dd
+1 -1
View File
@@ -26,7 +26,7 @@
port = 10000;
}
locations."/whiteboard" = {
proxyPass = "http://${server}:3002";
proxyPass = "http://localhost:3002";
proxyWebsockets = true;
};
];