Left most common sample only

waldyrious/alt-syntax
Leandro Ostera 2016-02-13 00:31:33 +01:00
parent 6cfa475d3c
commit b7bca90124
1 changed files with 1 additions and 13 deletions

View File

@ -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`