首页 > 其他 > 详细

配置nginx静态资源路径

时间:2016-03-04 16:10:36      阅读:315      评论:0      收藏:0      [点我收藏+]

1.修改nginx.conf文件

server节点下location节点的 root目录修改

  location / {
            root   html;
            index  index.html index.htm;
        }
  location / {
            root   D:/MP/MP51/wwwroot;
            index  index.html index.htm;
        }

 

配置nginx静态资源路径

原文:http://www.cnblogs.com/laijie/p/5242057.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!