Hi,
Modified files: usr.sbin/nginx/src/os/unix: ngx_process_cycle.cLog 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] >
