随笔分类 -  nginx

摘要:1.修改nginx.conf文件 server节点下location节点的 root目录修改 location / { root html; index index.html index.htm; } location / { root D:/MP/MP51/wwwroot; index index 阅读全文
posted @ 2016-03-04 14:43 Me 阅读(3230) 评论(0) 推荐(0)