浏览文章

文章信息

Nginx 请求重定向到一个文件入口|统一入口配置 16204


配置:

location / {
      try_files $uri $uri/ /index.html;
    }


原创