Skip to content

Commit d33073c

Browse files
author
Casey Watson
committed
disable secure proxy
1 parent c52035e commit d33073c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var StreamCache = require("stream-cache");
88
var http = require("http");
99
var https = require("https");
1010
var httpProxy = require("http-proxy");
11-
var proxy = new httpProxy.createProxyServer();
11+
var proxy = new httpProxy.createProxyServer({secure: options.secureProxy});
1212
var serveIndex = require("serve-index");
1313
var historyApiFallback = require("connect-history-api-fallback");
1414

0 commit comments

Comments
 (0)