Windows下配置nginx根目录的问题
时间:2015-08-05 23:59:35
收藏:0
阅读:896
location / {
root E:/xampp/htdocs/html5/php/yii2-rest-master/rest/web;
index index.html index.htm;
}
注意将原路径中的“\”改成“/”
原文:http://www.cnblogs.com/jackiehe/p/4705991.html
评论(0)