fzaninotto / uptime

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

fixed http_proxy env var reading #348

Open tallesl opened 8 years ago

tallesl commented 8 years ago

In the current version if you set the environment variable http_proxy but doesn't set https_proxy the application crashes.

It's just a typo in the code.