• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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