Weird error that never show up in your life. This is it. The thing that scrutinize me for hourss.
Bumped into this issue on AWS and found that adding a few proxy_buffer directives to the site config file fixed the issues:
server {
...
location / {
...
proxy_buffers 8 1024k;
proxy_buffer_size 1024k;
}
}
Top comments (0)