Replies: 1 comment 1 reply
-
I have a draft PR here - #40277 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature you'd like to request
Currently, there is no way to configure the proxy options for the "rewrites" function. For instance, if I want to disable x-forward-x headers, it's hard coded with option
xfwd: true
.Describe the solution you'd like
I think making the
new Proxy({options})
configurable would be a way that users can easily customize the proxy's behavior.Describe alternatives you've considered
OR making the proxy instance replaceable (injecting from next.conf.js?)
Beta Was this translation helpful? Give feedback.
All reactions