nginx伪静态

pmm-cnblogs / 2023-05-24 / 原文

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