gpt4 book ai didi

laravel - Homestead 502 Bad Gateway 而不是 Whoops for PHP 错误

转载 作者:行者123 更新时间:2023-12-04 17:00:02 28 4
gpt4 key购买 nike

我的 Homestead Vagrant 虚拟机返回给我一个 502 Bad Gateway而不是某些 PHP 错误的 Laravel Whoops 错误(例如找不到类,某种解析错误等......)。

有人有解决所有 PHP 错误的方法吗?

我可以手动读取错误 /var/log/nginx/<my_vhost>.app-error.log像这样 :

2014/11/27 15:15:44 [error] 1300#0: *12 FastCGI sent in stderr: "PHP message: PHP Fatal error: <ERROR HERE> on line <LINE>

但是调试起来很烦...

宅基地版本:0.2.0。
Laravel 版本:4.2

最佳答案

经过一番搜索,我找到了一个可行的解决方案。

我必须将以下行添加到我的 /etc/nginx/nginx.conf :

http {
...
fastcgi_buffers 8 16k;
fastcgi_buffer_size 32k;
...
}

不要忘记使用 root 权限编辑 sudo
sudo nano /etc/nginx/nginx.conf

然后重启nginx
sudo /etc/init.d/nginx restart

信息来源: https://laracasts.com/discuss/channels/general-discussion/whoops-doesnt-show-any-errors-homestead-20

关于laravel - Homestead 502 Bad Gateway 而不是 Whoops for PHP 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27173945/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com