• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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