This commit is contained in:
2025-07-03 10:44:54 -05:00
parent 4c09641250
commit 0c8e0b28d6
+1 -1
View File
@@ -92,7 +92,7 @@
proxyPass = "http://localhost:${toString opts.consolePort}/browser";
};
# Add directive for s3like queries, which only accept root path allegedly
location."/" = {
locations."/" = {
proxyPass = "http://localhost:${toString opts.dataPort}";
};
};