fzaninotto / uptime

A remote monitoring application using Node.js, MongoDB, and Twitter Bootstrap.
http://fzaninotto.github.com/uptime/
MIT License
3.62k stars 707 forks source link

Fixed proxy.js #350

Closed aniquetahir closed 7 years ago

aniquetahir commented 7 years ago

Changed httpsProxy.protocol to httpProxy.protocol since httpsProxy might not exist in that scope

aniquetahir commented 7 years ago

Seems like theres already a pull request with this change