赞
踩
location 中的 root 和 alias
location 中的 proxy_pass 的 uri
如果 proxy_pass 的 url 不带 uri
如果proxy_pass的url带uri,则会截断匹配的uri
Examples
location中的 root
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
|
curl 测试结果如下
备注: 浏览器输入的时候最后面不添加 / , 会自动补上,但是curl 不行
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
location alias
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
curl 测试结果如下
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
location proxy_pass
1 2 3 4 5 6 7 8 9 |
|
测试脚本
1 2 3 4 5 6 |
|
测试结果
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
|
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。