nginx:add stop,quit,reopen,reload

waldyrious/alt-syntax
zzgigi2005@163.com 2016-01-10 19:22:06 +08:00
parent 1e6e17ba7d
commit 5283e91113
1 changed files with 16 additions and 0 deletions

View File

@ -17,3 +17,19 @@
- Test configuration without affecting the running server:
`nginx -t`
- Reload configuration, gracefully shut down old worker processes
`nginx -s reload`
- Shut down quickly
`nginx -s stop`
- Shut down gracefully
`nginx -s quit`
- Reopen log files
`nginx -s reopen`