Nginx代理通过配置

时间:2018-06-22 02:08:24

标签: nginx

我正在尝试在Nginx中添加以下代理密码

location /pattern {
   proxy_pass http://othervip.com/;
}

我的期望是,当我点击http://myvip.com/pattern/api/call时,请求应该被代理到http://othervip.com/api/call(没有“模式”)

但是,这不起作用,我们将提供任何帮助。

0 个答案:

没有答案