You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,8 @@ be streamed directly to the destination._
124
124
125
125
An URL (including protocol) that represents the target server to use for proxying.
126
126
127
+
It can be an array of URLs, if you want to use [`undici.BalancedPool`](https://undici.nodejs.org/#/docs/api/BalancedPool) (`upstream` is compatible with [`base`](https://github.com/fastify/fastify-reply-from?tab=readme-ov-file#base) option).
128
+
127
129
### `prefix`
128
130
129
131
The prefix to mount this plugin on. All the requests to the current server starting with the given prefix will be proxied to the provided upstream.
0 commit comments