Loading... ``` #解决跨域问题 location ^~/api/ { proxy_pass https://api.yiyunblog.cn; #后端接口地址 } #解决浏览器刷新404问题 location / { # React应用打包后的文件存放的目录 root /www/wwwroot/web; # 增加下列命令,index.html可换为项目中使用的其它文件名 try_files $uri $uri/ /index.html; } ``` Last modification:May 10, 2025 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 1 如果觉得我的文章对你有用,请随意赞赏
One comment
真棒!