假设访问路径的 /pss/bill.html
加/斜线的情况
location /pss/ { |
被代理的真实访问路径为:http://127.0.0.1:18081/bill.html
不加/斜线的情况
location /pss/ { |
被代理的真实访问路径为:http://127.0.0.1:18081/pss/bill.html
假设访问路径的 /pss/bill.html
location /pss/ { |
被代理的真实访问路径为:http://127.0.0.1:18081/bill.html
location /pss/ { |
被代理的真实访问路径为:http://127.0.0.1:18081/pss/bill.html