Skip to content

Commit 8e8ab69

Browse files
committed
[DEV-4458] Added forwarding headers
1 parent 20610ab commit 8e8ab69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ async function bootstrap() {
4444
ws: true,
4545
toProxy: true,
4646
secure: false,
47+
xfwd: true,
4748
pathRewrite: { [rewriteUrl]: '' },
4849
on: {
4950
proxyReq: fixRequestBody,

0 commit comments

Comments
 (0)