• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Nginx BAD GATEWAY 502

chenyed

New Pleskian
Version Plesk v11.0.9_build os_CentOS 110120608.16 6
after the update,
when i try to open the Parallels Plesk Panel page eg. like
https://87.10x.14x.xxx:8443
it allways display a error page Baden Gateway 502.
how can i fix it?

the other domains which in the httpdocs are ok.
only the Parallels Plesk Panel admin page get the error.
thanks
 
What errors do you get when opening the panel in it's respective error log?

Code:
tail -f /usr/local/psa/admin/logs/panel.log
 
Try to setup the following setting on your server and check it

Code:
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
;
 
thanks , but I am Novice.
how to change "proxy_buffer_size" ? is there in /usr/local/psa/admin/conf/templates/default/domain/nginxDomainVirtualHost.php*? i can not find it.
 
Back
Top