nginx安装后出现502 Bad Gateway 错误解决办法时间:2023-03-09 09:56:20 1. 打开php-fpm.conf 2.将lisen值修改为 listen = 127.0.0.1:9000 并保存 3.重启服务/etc/init.d/php-fpm restart