diff --git a/nodes/core/io/21-httpin.html b/nodes/core/io/21-httpin.html index cc2080823..32b8937d7 100644 --- a/nodes/core/io/21-httpin.html +++ b/nodes/core/io/21-httpin.html @@ -152,7 +152,7 @@
  • statusCode is the status code of the response, or the error code if the request could not be completed
  • headers is an object containing the response headers
  • -

    Note: See the settings.js file if you need to configure a proxy.

    +

    Note: If you need to configure a proxy please add http_proxy=... to your environment variables and restart Node-RED.