> 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

Reply via email to