wordpress 后台登录502bad Gateway

安装1panel,配置环境后创建网站后台打开提示 502 Bad Gateway,openresty,我换了个宝塔的就没事,请问这事哪里的问题,怎么解决?php

1Panel 版本:社区版v2.0.13
操作系统(设备): debian-12.0

PHP 日志看一下

php8413 | 2025-11-26 03:32:21,707 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
php8413 | 2025-11-26 03:32:21,707 INFO Included extra file “/etc/supervisor.d/php-fpm.ini” during parsing
php8413 | 2025-11-26 03:32:21,724 INFO RPC interface ‘supervisor’ initialized
php8413 | 2025-11-26 03:32:21,724 CRIT Server ‘inet_http_server’ running without any HTTP authentication checking
php8413 | 2025-11-26 03:32:21,724 INFO RPC interface ‘supervisor’ initialized
php8413 | 2025-11-26 03:32:21,725 CRIT Server ‘unix_http_server’ running without any HTTP authentication checking
php8413 | 2025-11-26 03:32:21,725 INFO supervisord started with pid 1
php8413 | 2025-11-26 03:32:22,728 INFO spawned: ‘php-fpm_00’ with pid 7
php8413 | 2025-11-26 03:32:23,730 INFO success: php-fpm_00 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)

是这个嘛

是不是缺扩展


这是目前安装的扩展,我不清楚缺什么扩展呢,我重装好几次了

可以看一下宝塔的 如果宝塔环境还在的话 执行 php-fpm

怎么执行,需要什么命令?