简体   繁体   中英

Is php notices influences to data size sending to nginx?

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM