Skip to content

Instantly share code, notes, and snippets.

@digitup
Created August 29, 2012 06:13
Show Gist options
  • Save digitup/3507368 to your computer and use it in GitHub Desktop.
Save digitup/3507368 to your computer and use it in GitHub Desktop.
Server: Nginx 502 bad gateway
Add to nginx config file located at /etc/nginx/nginx.conf in the hrml section:
fastcgi_buffers 8 16k;
fastcgi_buffer_size 32k;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment