Nginx解决Vue路由history模式白屏问题

首先我们把写好的项目放到nginx服务器上,html目录中

Nginx解决Vue路由history模式白屏问题_第1张图片

当我们vue项目中的路由模式为history时这样会出现白屏问题。

我们解决它将nginx根目录中的conf目录修改nginx.conf文件

Nginx解决Vue路由history模式白屏问题_第2张图片

找到location,改为:

Nginx解决Vue路由history模式白屏问题_第3张图片

即可:

Nginx解决Vue路由history模式白屏问题_第4张图片

你可能感兴趣的:(nginx反向代理,nginx,vue.js,history)