按顺序检查文件是否 存在
location /{ try_files $uri $uri/ /index.php }
解析:在/下寻找$uri,如果没有找到,则去找$uri/,如果没有找到,则去找/index.php