laijie

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;
        }

 

分类:

技术点:

相关文章:

  • 2021-12-06
  • 2021-12-31
  • 2022-12-23
  • 2021-11-20
  • 2021-11-20
  • 2021-11-20
  • 2022-12-23
猜你喜欢
  • 2021-05-17
  • 2021-05-11
  • 2022-12-23
  • 2022-02-02
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
相关资源
相似解决方案