使用node-http-proxy进行代理时是否可以指定服务器上的目录?
我使用http-proxy来代理任何php请求到apache,但我不知道如何代理到服务器上的目录...例如,如果它是一个php文件,我说: 本地主机:8090/bar.php ->本地主机:80/bar.php 但我想代理到 localhost:80/foo/bar.php 不过我想避免任何 URL 重写。 谢谢
Im using http-proxy to proxy any php requests through to apache but I can't figure out how to proxy to a directory on the server...eg if its a php file im saying:
localhost:8090/bar.php -> localhost:80/bar.php
But I would like to proxy to localhost:80/foo/bar.php
I would like to stay away from any URL rewriting though.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在下面测试了我的解决方案,它似乎工作正常,但我不能 100% 确定这是否是实现此目标的最佳方法:
I've tested my solution below and it seems to be working ok, but I'm not 100% sure if it's the best way to achieve this: