侧边栏壁纸
博主昵称
yuc

  • 累计撰写 291 篇文章
  • 累计收到 0 条评论

nginx信号

yuc
yuc
2022-12-07 / 最后修改: 2023-08-21 04:08 / 0 评论 / 7 阅读 / 正在检测是否收录...
0x1
The master Nginx process can handle the following signals on Linux and Unix like systems:

TERM, INT : Quick shutdown
QUIT : Graceful shutdown
KILL : Halts a stubborn process
HUP : Configuration reload. Start the new worker processes with a new configuration. Gracefully shutdown the old worker processes
USR1 : Reopen the log files
USR2 : Upgrade Executable on the fly
WINCH : Gracefully shutdown the worker processes

如上的话,如果是切割日志,那么推荐使用USR1

0

评论

博主关闭了当前页面的评论