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 94cf15e + fb2dcc2 commit 8f56bf9Copy full SHA for 8f56bf9
lib/middleware/proxy.js
@@ -34,7 +34,7 @@ function parseProxyConfig (proxies, config) {
34
35
const hostname = proxyDetails.hostname || config.hostname
36
const protocol = proxyDetails.protocol || config.protocol
37
- const https = proxyDetails.protocol === 'https:'
+ const https = protocol === 'https:'
38
let port
39
if (proxyDetails.port) {
40
port = proxyDetails.port
0 commit comments