update proxy paths

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