向nginx的master进程发送HUP信号

1
$ sudo kill -HUP [master PID]


1
$ sudo kill -s HUP [master PID]

参考文档