1)proxy_pass末尾不带”/”
server {
listen 80;
server_name www.baidu.com;
location /hello/
{
proxy_pass http:;
1)proxy_pass末尾不带”/”
server {
listen 80;
server_name www.baidu.com;
location /hello/
{
proxy_pass http:;