Hi,
Whenever a long url is received by nginx and php5-fpm, I get the following error
child 2989 said into stderr: "NOTICE: the log buffer is full (1024). The access log request has been truncated.
I know that most of these long urls are legitimate so I would like to receive them without having this notice.
Which means I probably need to increase buffer size.
Which directive is responsible for the buffer size?
thx