laravel 5 打开首页504 Gateway Time-out

我的系统是fedora 23,环境是LNMP,框架是5.0的,一切都配置好之后打开首页就报:
504 Gateway Time-out
nginx/1.8.0
错误,从入口文件public/index.php查了下,每当运行到大约51行
$response = $kernel->handle(
$request = Illuminate\Http\Request::capture()
);
的时候就会超时,在前面使用exit(Illuminate\Http\Request::capture());打印出的信息是:
GET / HTTP/1.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Encoding: gzip, deflate Accept-Language: zh-CN,zh;q=0.8,en-US;q=0.5,en;q=0.3 Cache-Control: no-cache Connection: keep-alive Content-Length: Content-Type: Host: www.wakav.cn Pragma: no-cache User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0

不知道这是什么问题,请教各位高手、前辈了!!!
已邀请:

要回复问题请先登录注册