Skip to content

Commit 6d6cea1

Browse files
authored
map new storage broker API endpoint (and old metadata one) (#133)
1 parent ef836e4 commit 6d6cea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-nginx-reverse-proxy.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ http {
8383
}
8484

8585
# Data REST endpoints
86-
location ~ /api/v1/streams/(.*)/(data|data/partitions/.*)$ {
86+
location ~ /api/v1/streams/(.*)/(data|metadata/partitions/.*|storage/partitions/.*|data/partitions/.*)$ {
8787
add_header X-debug "/api/v1/streams";
8888
proxy_pass http://storage_http;
8989
proxy_read_timeout 240s;

0 commit comments

Comments
 (0)