技术解析

nginx 要设置主页显示指定文件的内容要怎么做?
0
2021-05-19 19:44:29
idczone

我想把 /* 指定到我的后端程序, 但是单独把 / 指定到一个静态文件 /myapp/static/index.html

如果是

location = / {
  alias /myapp/static/index.html;
}

location / {
  proxy_pass http://127.0.0.1:8000;
}

会导致 error log: "/myapp/static/index.htmlindex.html" is大带宽服务器 not a directory

如果

location = / {
  alias /myapp/static/;
}

就会 404, 这是要闹哪样。

怎么才能指定 / 到那个 index.html 呢?




数据地带为您的网站提供全球顶级IDC资源
在线咨询
专属客服