We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef836e4 commit 6d6cea1Copy full SHA for 6d6cea1
custom-nginx-reverse-proxy.conf
@@ -83,7 +83,7 @@ http {
83
}
84
85
# Data REST endpoints
86
- location ~ /api/v1/streams/(.*)/(data|data/partitions/.*)$ {
+ location ~ /api/v1/streams/(.*)/(data|metadata/partitions/.*|storage/partitions/.*|data/partitions/.*)$ {
87
add_header X-debug "/api/v1/streams";
88
proxy_pass http://storage_http;
89
proxy_read_timeout 240s;
0 commit comments