R |
Reikon (@reikon) |
My site is behind Cloudflare, used to work fine. Today suddenly got error: “Error 502, bad gateway”. My server is nginx and php.
R |
Richman:
@reikon check your server error log
16 months ago Report
|
If your server is nginx, maybe you page query exceeded the buffer limit. try to edit your nginx.conf
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;
and then restart your nginx.
B |
Bevans @bevans
16 months ago
|