nginx配置代理,不增加路径能正常访问,但是增加location ^~ /bg/ {} 之后,js,css都404,都没又带上/bg/路径
location ^~ /bg/ {
proxy_pass http://127.0.0.1:20006/;
}
访问页面:https://abcd.cn/bg/
页面能打开,能拿到数据,但是样式报错 404,样式没有带上路径/bg/
GET https://abcd.cn/themes/theme-earth/assets/dist/style.css?v=1.11.0 net::ERR_ABORTED 404 (Not Found)