Laravel 报 Nginx 502 : Bad Gateway 错误

Posted mouseleo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Laravel 报 Nginx 502 : Bad Gateway 错误相关的知识,希望对你有一定的参考价值。

1 问题再现
1.1 Laravel 6.1.0,在前端数据修改,标题中包含有中文符号:、或《》,nginx 报502 错误。

1.2 在 TEXT 字段中保存则不存在此问题

2 排查过程

2.1 $ vagrant ssh 进入 Homestead

2.2 Archive::find(10)->update([‘title‘ => ‘、、‘]) ,直接退出 tinker 环境

2.3 $ php7.2 artisan tinker,再执行 2.2 命令,正常!
2.4 说明此问题产生于 php7.3

3 解决

3.1 修改 Homestead.yaml 

sites:
- map: hhdb.test
to: /home/vagrant/code/hhdb/backend/public
php: "7.2"

3.2 $ vagrant reload --provision

3.3 问题解决

以上是关于Laravel 报 Nginx 502 : Bad Gateway 错误的主要内容,如果未能解决你的问题,请参考以下文章

zabbix zabbix_server服务端启动,然后PHP卡死,nginx前端报502 bad getway错误

使用xhprof会在nginx下报502 Bad Gateway错误

在 nginx 上安装 PHP7.2 时出现 502 Bad Gateway

502 Bad Gateway深究

解Bug之路-Nginx 502 Bad Gateway

LNMP安装后子域名访问工程报错502 Bad Gateway