• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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