Skip to content

Commit 96c3425

Browse files
committed
revert traffic routing to sandbox proxy
1 parent 2af77da commit 96c3425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-proxy/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func proxyHandler(transport *http.Transport) func(w http.ResponseWriter, r *http
112112
zap.L().Debug("Proxying request", zap.String("sandbox_id", sandboxID), zap.String("node", node))
113113
targetUrl := &url.URL{
114114
Scheme: "http",
115-
Host: fmt.Sprintf("%s:%d", node, orchestratorProxyPort),
115+
Host: fmt.Sprintf("%s:%d", node, sandboxPort),
116116
}
117117

118118
// Proxy the request

0 commit comments

Comments
 (0)