使用 try_files 尝试请求

    1. location / {
    2. root ...
    3. index ...
    4. try_files $uri $uri/ /index.html; ---解决页面刷新404问题
    5. }