upstream sent too many data while reading
Maxim Dounin
mdounin at mdounin.ru
Tue Oct 11 06:42:50 UTC 2011
Hello!
On Tue, Oct 11, 2011 at 02:33:25AM -0400, codetr wrote:
> Hello Again;
>
> this log.. nginx closes every night at the same time
>
> 2011/10/11 03:24:37 [notice] 1824#0: signal 15 (SIGTERM) received,
> exiting
> 2011/10/11 03:24:37 [notice] 1820#0: signal 15 (SIGTERM) received,
> exiting
> 2011/10/11 03:24:37 [notice] 1819#0: signal 15 (SIGTERM) received,
> exiting
> 2011/10/11 03:24:37 [notice] 1819#0: exiting
> 2011/10/11 03:24:37 [notice] 1818#0: signal 15 (SIGTERM) received,
> exiting
> 2011/10/11 03:24:37 [notice] 1823#0: signal 15 (SIGTERM) received,
> exiting
Something sent SIGTERM to all nginx processes, and nginx exited
cleanly due to explicit request to do so. Check your scripts to
find out which one does it. (Looks like it's 'killall nginx'
somewhere.)
Maxim Dounin
More information about the nginx
mailing list