update proxy paths

This commit is contained in:
2025-06-12 22:52:39 -05:00
parent 9eb3b728d5
commit 0d27a3716b
+1 -1
View File
@@ -83,7 +83,7 @@
proxyPass = "http://localhost:${toString opts.dataPort}";
};
locations."/console/" = {
proxyPass = "https://localhost:${toString opts.consolePort}";
proxyPass = "http://localhost:${toString opts.consolePort}";
};
};
};