weiwosuoai / WeBlog

📗 Spring Boot + Vue 3.2 + Vite 4.3 前后端分离个人博客(可作为 Java 毕业设计项目)~ 感谢点个 Star 呀~
http://116.62.199.48/
MIT License
431 stars 82 forks source link

前端打包后,把生成的dist放入nginx,启动空白 #12

Closed RainonMo closed 8 months ago

RainonMo commented 8 months ago

接口请求404,这是?

RainonMo commented 8 months ago

location ^~ /api/ { proxy_pass http://127.0.0.1:3000/; }