Skip to content

Commit

Permalink
Stop sending "X-Forwarded-..." headers as it causes remote store to r…
Browse files Browse the repository at this point in the history
…edirect
  • Loading branch information
zvuki authored Sep 15, 2021
1 parent 282ff9a commit 36f5663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/plugins/router/router.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ internals.registerRoutes = (server) => {
protocol: 'https',
port: 443,
passThrough: true,
xforward: true,
xforward: false,
},
},
options: {
Expand All @@ -117,7 +117,7 @@ internals.registerRoutes = (server) => {
protocol: 'https',
port: 443,
passThrough: true,
xforward: true,
xforward: false,
},
},
options: {
Expand Down

0 comments on commit 36f5663

Please sign in to comment.