Merge of r4294: Fixed handling of SIGWINCH/NOACCEPT signal. After first upgrade it was ignored since r4020 (1.1.1, 1.0.9) as ngx_daemonized wasn't set.
Maxim Dounin
10 years ago
1 changed file(s) with
4 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+4
-0
src/core/nginx.c
less
more
375
375
ngx_daemonized = 1;
376
376
}
377
377
378
if (ngx_inherited) {
379
ngx_daemonized = 1;
380
}
381
378
382
#endif
379
383
380
384
if (ngx_create_pidfile(&ccf->pid, cycle->log) != NGX_OK) {