单页应用

http{
    locatioin / {
        \#先尝试根据uri找文件,不行就用index.html
        try_files $uri /index.html;
    }
}