傅令江的光影色彩世界
nginx反向代理增加虚拟目录
2022-1-14 傅令江

方法一

location /test/ {

proxy_pass http://127.0.0.1/;

}

方法二

location / {

rewrite /test/(.*) /$1 break;

proxy_pass http://127.0.0.1; 

}




发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容