mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-13 19:35:41 +02:00
Left most common sample only
This commit is contained in:
parent
6cfa475d3c
commit
b7bca90124
1 changed files with 1 additions and 13 deletions
|
@ -18,18 +18,6 @@
|
|||
|
||||
`nginx -t`
|
||||
|
||||
- Reload configuration, gracefully shut down old worker processes
|
||||
- Reload configuration by sending a signal with no downtime:
|
||||
|
||||
`nginx -s reload`
|
||||
|
||||
- Shut down quickly
|
||||
|
||||
`nginx -s stop`
|
||||
|
||||
- Shut down gracefully
|
||||
|
||||
`nginx -s quit`
|
||||
|
||||
- Reopen log files
|
||||
|
||||
`nginx -s reopen`
|
||||
|
|
Loading…
Add table
Reference in a new issue