How To Fix NGINX Error "502 Bad Gateway Error" - DC Geek

Breaking

DC Geek

I am still Learning

Follow By Mail

test banner

Post Top Ad

Responsive Ads Here

Post Top Ad

Responsive Ads Here

Wednesday, March 6, 2013

How To Fix NGINX Error "502 Bad Gateway Error"

I got this error while opening URL of my site

After doing a simple Google search I solved the problem by adding two lines to Nginxconfiguration file /etc/nginx/nginx.conf 

http {
      .....
      fastcgi_buffers 8 16k;
      fastcgi_buffer_size 32K;
     .....
}


Thats it................

No comments:

Post a Comment

Post Top Ad

Responsive Ads Here