location / {
root /usr/local/app/rsti/rsti-web/;
index index.html index.htm;
try_files $uri $uri/ @router;
index index.html;
}
location @router {
rewrite ^.*$ /index.html last;
}
————————————————
親測有效html