0

i use nginx and php7.1-fpm.

In case when i have a bunch of notices in error log, at end i get in logs error and error 502:

*5 upstream sent too big header while reading response header from upstream

If i increase buffers size in nginx all works well.

If i remove custom buffer settings and checkout to branch with fixed notices, all works well too.

So my question - is notices influences to data size sending from php-fpm to nginx?

Hayate
  • 653
  • 1
  • 9
  • 25

1 Answers1

0

And now i understand that i see notices in nginx logs. So of course its influences.

Hayate
  • 653
  • 1
  • 9
  • 25