samba fixup

This commit is contained in:
2026-07-16 17:33:19 +03:00
parent 867a3227b8
commit e5e9dfd1de
5 changed files with 66 additions and 28 deletions
+12
View File
@@ -49,6 +49,10 @@ in
proxyPass = "http://localhost:2096";
proxyWebsockets = true;
};
"/clash/" = {
proxyPass = "http://localhost:2096";
proxyWebsockets = true;
};
};
};
"kuma.zeroq.su" = {
@@ -75,6 +79,14 @@ in
proxyWebsockets = true;
};
};
"homebox.zeroq.su" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://${server}:7745";
proxyWebsockets = true;
};
};
# "agent.zeroq.su" = {
# forceSSL = true;
# enableACME = true;