CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/10/05 12:04:18
Modified files:
usr.sbin/nginx : Makefile.bsd-wrapper
usr.sbin/nginx/src/core: ngx_cycle.c
Log message:
Since the worker process of nginx is chrooted on OpenBSD, let's remove
down the prefix of nginx which is /var/www from the file paths when
the worker process tries to reopen files (access.log, error.log, etc.).
This fixes the 'nginx -s reopen' issue which was reported by some users.
