在 nginx
中配置 proxy_pass
代理转发时,如果在 proxy_pass
后面的 url 加 /,表示绝对根路径;如果没有 /,表示相对路径,把匹配的路径部分也给代理走。
1. 多种配置访问验证
- 假设下面四种情况分别用 http://192.168.1.1/proxy/test.html 进行访问。
标签:http,0.1,Nginx,location,pass,test,proxy From: https://www.cnblogs.com/liftsail/p/18224460