mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-28 11:22:08 +03:00
nginx:add stop,quit,reopen,reload
This commit is contained in:
parent
1e6e17ba7d
commit
5283e91113
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user