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