We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1778215 commit d602618Copy full SHA for d602618
1 file changed
lib/handlers/cors-proxy.js
@@ -19,6 +19,8 @@ const PROXY_SETTINGS = {
19
target: 'dynamic',
20
logLevel: 'silent',
21
changeOrigin: true,
22
+ followRedirects: true,
23
+ proxyTimeout: 5000,
24
router: req => req.destination.target,
25
pathRewrite: (path, req) => req.destination.path
26
}
0 commit comments