将URL重定向到本地服务器

时间:2014-04-20 12:09:18

标签: node.js url-redirection

有没有办法将网址重定向到本地服务器?

http://example.com/1.jshttp://localhost/1.js一样,不使用hosts更改node js文件。

1 个答案:

答案 0 :(得分:0)

要在Windows上配置apache,请参阅此链接proxy on windows

要在UBUNTU上配置apache,请参阅此链接
Apache2 reverse proxies
  Apache proxy on ubuntu

在下面的代码中, 如果我访问localhost / http-bind。它将命中localhost:5280 / http-bind /

ProxyPass /http-bind http://localhost:5280/http-bind/