Skip to content

Commit

Permalink
nginx: small grammar fixes (tldr-pages#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl authored and agnivade committed Oct 11, 2017
1 parent 3e90d69 commit a6a29fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/common/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

> Nginx web server.
- Start server with default config:
- Start server with the default config file:

`nginx`

- Start server with custom config file:
- Start server with a custom config file:

`nginx -c {{config_file}}`

- Start server with a prefix for all relative paths in config file:
- Start server with a prefix for all relative paths in the config file:

`nginx -c {{config_file}} -p {{prefix/for/relative/paths}}`

- Test configuration without affecting the running server:
- Test the configuration without affecting the running server:

`nginx -t`

- Reload configuration by sending a signal with no downtime:
- Reload the configuration by sending a signal with no downtime:

`nginx -s reload`

0 comments on commit a6a29fc

Please sign in to comment.