Questions tagged [redwire]

RedWire Reverse Proxy for node.js

RedWire Reverse Proxy

A dynamic, high performance, load balancing reverse proxy for node.js

1 questions
1
vote
1 answer

Reverse proxying subdomains to different ports on the same machine throws 404

I tried my hands on redbird like: var proxy = require('redbird')({port: 80}); proxy.register("http://www.example.com", "http://36.154.99.115:3000"); proxy.register("http://abc.example.com",…
Kamran Ahmed
  • 7,661
  • 4
  • 30
  • 55