nginx:add stop,quit,reopen,reload
This commit is contained in:
@@ -17,3 +17,19 @@
|
|||||||
- Test configuration without affecting the running server:
|
- Test configuration without affecting the running server:
|
||||||
|
|
||||||
`nginx -t`
|
`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`
|
||||||
|
Reference in New Issue
Block a user