This commit is contained in:
2026-02-17 19:07:13 +03:00
parent 0261dd1449
commit 053c4c2582
+1 -1
View File
@@ -37,7 +37,7 @@ in
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://${server}:2053";
proxyPass = "http://localhost:2053";
proxyWebsockets = true;
};
};