Skip to content

Commit 9f6e456

Browse files
committed
Add slice mapping.
1 parent d2c0e72 commit 9f6e456

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nginx.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ http {
6767
proxy_pass http://static_api_servers;
6868
}
6969

70+
location /slice {
71+
proxy_pass http://static_api_servers;
72+
}
73+
7074
location /tracings {
7175
proxy_pass http://tracing_servers;
7276
}

0 commit comments

Comments
 (0)