> Related issue: If you are running httpd, any attempt to signal nginx
> will be futile.
>
For httpd, use the following command instead:
pkill -USR1 -u root -U root -x httpd
(or just pkill -USR1 httpd)
Reyk
On 2014-08-11, Jan Stary wrote:
> /var/www/logs/access.log 644 4 * $W0 Z /var/run/nginx.pid SIGUSR1
> /var/www/logs/error.log644 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/
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
3 matches
Mail list logo