Windows下配置nginx根目录的问题

location / {

  root E:/xampp/htdocs/html5/php/yii2-rest-master/rest/web;

  index index.html index.htm;

}

注意将原路径中的“\”改成“/”