Skip to content

Commit

Permalink
Merge d4738bb into 7a1344f
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ginsburg committed Jan 28, 2021
2 parents 7a1344f + d4738bb commit 3701f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleware/proxy.js
Expand Up @@ -34,7 +34,7 @@ function parseProxyConfig (proxies, config) {

const hostname = proxyDetails.hostname || config.hostname
const protocol = proxyDetails.protocol || config.protocol
const https = proxyDetails.protocol === 'https:'
const https = protocol === 'https:'
let port
if (proxyDetails.port) {
port = proxyDetails.port
Expand Down

0 comments on commit 3701f5f

Please sign in to comment.