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