1. 首页
  2. 数据库
  3. 其它
  4. Django个人博客搭建教程—使用Ubuntu+Nginx部署你的Vue应用

Django个人博客搭建教程—使用Ubuntu+Nginx部署你的Vue应用

上传者: 2021-01-16 02:38:34上传 PDF文件 22.71KB 热度 11次
/etc/nginx/nginx.conf添加这一段 server { listen 8090; server_name www.guanacossj.com; index index.html; root /home/MyBlog/myblogfront/dist; location / { try_files $uri $uri/ /index.html; } } root表示vue项目build后生成的dist目录,里面有static和index.html两个文件 在vue工程下,我这里是myb
下载地址
用户评论