• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Nginx error 502

Pascal_Netenvie

Regular Pleskian
Hello
Since this morning one of my server have a 502 NGINX error on all websites.

Nothing that help in apache or nginx error log ...

I already have these lines in our own conf file for NGINX but it don't help (i also tried to set it off) :

fastcgi_param HTTP_PROXY ""; #httpoxy
fastcgi_read_timeout 300;
fastcgi_buffers 8 16k;
fastcgi_buffer_size 16k;
proxy_buffer_size 16k;
proxy_buffers 8 16k;
proxy_connect_timeout 300;
proxy_send_timeout 300;
proxy_read_timeout 300;
send_timeout 300;
gzip on;
gzip_proxied any;
gzip_types text/plain text/html text/css application/json application/javascript application/x-javascript text/javascript text/xml application/xml application/rss+xml application/atom+xml application/rdf+xml image/x-icon image/bmp image/svg+xml;
gzip_vary on;
gzip_static on;
expires 1w;
gzip_buffers 16 8k;
gzip_comp_level 5;
gzip_min_length 500;

If someone have an idea ?
Regards.
 
I would try.

1. Disable nginx
2. Reconfigure apache for all domains
3 Re enable nginx
 
Last edited by a moderator:
When you try to start nginx with
# service nginx restart
it should give you specific error messages what is wrong on startup. It logs the events, too. If not in /var/log/nginx/error.log then in /var/log/messages.
 
Hello,
I fixed it. I didn't remember but i already had this problem.
It's Fail2ban that ban server IP in apache jail ...

So to solved it i just added server IP to whitelist.
 
Back
Top