On (2011-09-23 02:26), Piotr Sikora wrote: > Hi, > > >Modified files: > >usr.sbin/nginx/src/os/unix: ngx_process_cycle.c > > > >Log message: > >unconditionally chroot to the www user's homedir by default > > FYI, this breaks logs re-opening (nginx -s reopen). > > Originally, logs are created by master process before fork() > (outside chroot), but after re-open signal, they are created by > workers (inside chroot). > > Best regards, > Piotr Sikora < [email protected] > >
Thanks, I am going to have a look at it.
