pein0119's blog
向nginx的master进程发送HUP信号
1
$ sudo kill -HUP [master PID]
或1$ sudo kill -s HUP [master PID]
$ sudo kill -s HUP [master PID]
参考文档