例如:
请求地址为:http://127.0.0.1:8080/probgp/aa/bb/cc
代理地址为:https://www.baidu.com/api/aa/bb/cc
怎么写
例如:
请求地址为:http://127.0.0.1:8080/probgp/aa/bb/cc
代理地址为:https://www.baidu.com/api/aa/bb/cc
怎么写
location /probgp{
proxy_pass https://www.baidu.com/api/;
index index.html index.htm index.jsp;
}