亲测、比如 uniapp 的 H5 配置:
nginx 配置如下,只影响网站下某个目录:
location ^~ /test { try_files $uri $uri/ /test/index.html; }