首页  >  问答  >  正文

nginx多目录配置问题

location = /static {
    root "C:\Users\****\Desktop\cx\www";
}
location = /admin {
    alias "C:\Users\****\Desktop\cx-admin\app";
}
location /{...}

app是一个静态文件目录
希望在访问/admin时,相当于访问app目录
并且在访问admin/时,访问app/index.html且不rewrite
请问应如何修改

PHPzPHPz2714 天前431

全部回复(1)我来回复

  • ringa_lee

    ringa_lee2017-05-16 17:12:10

    雷雷

    回复
    0
  • 取消回复