add comms

This commit is contained in:
Kopatz
2024-09-25 17:05:53 +02:00
parent b379ba7c2a
commit f21589d931

View File

@@ -85,6 +85,7 @@ in {
proxyPass = "http://localhost:5232/";
};
"/socket.io" = { proxyPass = "http://localhost:9955"; proxyWebsockets = true; };
"/comms" = { root = "/comms"; };
};
};
in {