Skip to content

Commit

Permalink
[#118] Increase timeout of reverse proxy server
Browse files Browse the repository at this point in the history
  • Loading branch information
PGBI committed Aug 9, 2017
1 parent 1826e16 commit 4584d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ webapp.use(serve(path.join(__dirname, '../public')));

var proxyapp = koa();
var proxy = httpProxy.createProxyServer({
proxyTimeout: 3000
proxyTimeout: 30000
});

// Authentication middleware, if app started with basic auth.
Expand Down

0 comments on commit 4584d49

Please sign in to comment.