码迷,mamicode.com
首页 > 其他好文 > 详细

Nginx 部署 Ant Design静态访问配置

时间:2020-06-30 17:12:37      阅读:64      评论:0      收藏:0      [点我收藏+]

标签:try   class   cat   file   ant   static   design   root   web   

        location / {
            root   /Users/heyang/Desktop/web/static;
            index  index.html index.htm;
            try_files $uri $uri/ /index.html;
        }

  

Nginx 部署 Ant Design静态访问配置

标签:try   class   cat   file   ant   static   design   root   web   

原文地址:https://www.cnblogs.com/kkvt/p/13214650.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!