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.
2 parents b38755b + 0915767 commit 4b58b42Copy full SHA for 4b58b42
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();
+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