Skip to content

Commit

Permalink
Merge 8e16bb3 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 + 8e16bb3 commit 796b6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleware/proxy.js
Original file line number Diff line number Diff line change
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 796b6a4

Please sign in to comment.