我有一个简单的节点代理,我添加了 proximo 以将白名单用于 API。它以前工作过,但是按照教程我现在在我的日志中得到了这个:
2014-08-19T16:23:21.376311+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=GET path="/?url=http://www.google.com" host=warm-cliffs-7633.herokuapp.com request_id=ecf77eea-a027-4115-86ff-5acf527c7333 fwd="82.24.137.140" dyno=web.1 connect=1ms service=30001ms status=503 bytes=623
如果我尝试访问该页面,我会收到一条错误消息,但如果没有从代理请求 URL,则该页面可以正常工作。
没有太多文档,我不确定这在我的 Procfile 中是否正确:
web: bin/proximo node proxy.js