We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33073c commit 0915767Copy full SHA for 0915767
lib/Server.js
@@ -8,7 +8,7 @@ var StreamCache = require("stream-cache");
8
var http = require("http");
9
var https = require("https");
10
var httpProxy = require("http-proxy");
11
-var proxy = new httpProxy.createProxyServer({secure: options.secureProxy});
+var proxy = new httpProxy.createProxyServer({secure: false});
12
var serveIndex = require("serve-index");
13
var historyApiFallback = require("connect-history-api-fallback");
14
0 commit comments