• 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

502 Ngix errors since last update

Hellokevin111

New Pleskian
I have been seeing the server stall out, with 502 error.

Restarting apache doesn't fix it.

Any idea how to tweak this? Server is still 100% accessible via ssh and ftp.
 
Tried disabling and re-enabling Nginx? How about reconfiguring the domains? https://kb.odin.com/en/123735 provides information about it.

Basically you'll want to run the following commands

Code:
/usr/local/psa/admin/bin/nginxmng --disable
/usr/local/psa/admin/bin/nginxmng --enable

Then you want to make sure it shows enabled:

Code:
/usr/local/psa/admin/bin/nginxmng --status

If it shows enabled and still get an error 502 then you'll want to reconfigure the domains but running the following command:

Code:
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
 
I've had the same issues after the last update of Plesk. But also when I disable Nginx, I get 503 error every now and then instead. But sites are responding really slow/sluggish.
I've looked at the load of my server and all seems well. So I'm wondering what is causing this.

When I installed php 7.0 as an additional package, did that affect anything else perhaps? Or is there something in the last update that's causing the issues? I'm thinking of a new config file somewhere that limits connections or something similar.
 
Back
Top