502 Bad Gateway Error

I – 502 Bad Gateway Error

II – How To Solve Nginx 502 Error: Just Increase Buffer & Timeouts On Nginx / FastCGI

.

I – 502 Bad Gateway Error

backup Scheduler nginx 502 error (1) backup Scheduler nginx 502 error (2)

.

II – How To Solve Nginx 502 Error: Just Increase Buffer & Timeouts On Nginx / FastCGI

Login Your Website With Winscp and Go to etc/nginx. After back up of your nginx.conf file, add this lines;

http {
...
fastcgi_buffers 8 16k;
fastcgi_buffer_size 32k;
fastcgi_connect_timeout 300;
fastcgi_send_timeout 300;
fastcgi_read_timeout 300;
...
}

or Fallow These Steps;

nginx increasing the buffer and timeout sizes (1)

After This, Backup Process Goes On Without Problems..

nginx increasing the buffer and timeout sizes (2)

Hope This Helps..

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>