truncated output for large files through proxy
Maxim Dounin
mdounin at mdounin.ru
Mon Jun 17 11:06:07 UTC 2013
Hello!
On Mon, Jun 17, 2013 at 11:56:31AM +0100, James Lee wrote:
> On 16/06/2013 02:37, Maxim Dounin wrote:
>
>
> Hello,
>
> >
> >Could you please provide debug log, nginx -V output and a minimal
> >full config to reproduce the problem?
>
> *** cut down http.conf ***
>
> error_log /path/to/logs/error.log debug;
>
> events {
> worker_connections 1024;
> use eventport;
The eventport event method is known to have problems. Use devpoll
(default) instead.
--
Maxim Dounin
http://nginx.org/en/donation.html
More information about the nginx
mailing list