Windows下配置nginx根目录的问题

location / {

  root E:/xampp/htdocs/html5/php/yii2-rest-master/rest/web;
  index index.html index.htm;
}

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

原文地址:https://www.cnblogs.com/jackiehe/p/4705991.html