Skip to content

Commit da06c0f

Browse files
authored
feat(relay): Forward /api/0/relays/* to inner relays (#3144)
1 parent 05fa62a commit da06c0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nginx/nginx.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ http {
8585
location ~ ^/api/[1-9]\d*/ {
8686
proxy_pass http://relay;
8787
}
88+
location ^~ /api/0/relays/ {
89+
proxy_pass http://relay;
90+
}
8891
location / {
8992
proxy_pass http://sentry;
9093
}

0 commit comments

Comments
 (0)