add s
This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
proxyPass = "http://localhost:${toString opts.consolePort}/browser";
|
proxyPass = "http://localhost:${toString opts.consolePort}/browser";
|
||||||
};
|
};
|
||||||
# Add directive for s3like queries, which only accept root path allegedly
|
# Add directive for s3like queries, which only accept root path allegedly
|
||||||
location."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:${toString opts.dataPort}";
|
proxyPass = "http://localhost:${toString opts.dataPort}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user