This commit is contained in:
2026-02-17 20:42:48 +03:00
parent 36e48e9bf4
commit 37f3b8a764
+9 -3
View File
@@ -36,9 +36,15 @@ in
"x.zeroq.ru" = { "x.zeroq.ru" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations = {
proxyPass = "http://localhost:2053"; "/" = {
proxyWebsockets = true; proxyPass = "http://localhost:2053";
proxyWebsockets = true;
};
"/subs/" = {
proxyPass = "http://localhost:2096";
proxyWebsockets = true;
};
}; };
}; };
"kuma.zeroq.ru" = { "kuma.zeroq.ru" = {