The default newsyslog.conf as installed with the latest i386 snapshot contains lines referencing the running nginx's pid as follows:
/var/www/logs/access.log 644 4 * $W0 Z /var/run/nginx.pid SIGUSR1
/var/www/logs/error.log 644 7 250 * Z /var/run/nginx.pid SIGUSR1
The defult configuration of nginx, however,
makes nginx run chrooted in /var/www
which makes the PID file /var/www/run/nginx.pid
Should that be reflected in the default newsyslog.conf?
Jan

