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" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://localhost:2053";
proxyWebsockets = true;
locations = {
"/" = {
proxyPass = "http://localhost:2053";
proxyWebsockets = true;
};
"/subs/" = {
proxyPass = "http://localhost:2096";
proxyWebsockets = true;
};
};
};
"kuma.zeroq.ru" = {