1

Topic: After Roundcube Update "502 Bad Gateway" error.

Just have to copy the old config to the new config. Restart phpxxx-fpm. In my case it was 7.4 to 8.1.

cd /etc/php/8.1/fpm/pool.d
cp ../../../7.4/fpm/pool.d/www.conf .
service php8.1-fpm restart

Fixed!

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: After Roundcube Update "502 Bad Gateway" error.

Did you upgrade OS?