Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,19 +1,19 @@
# nginx
> nginx web server
> Nginx web server.
- Start server with default config
- Start server with default config:
`nginx`
- Start server with custom config file
- Start server with 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 config file:
`nginx -c {{config_file}} -p {{prefix/for/relative/paths}}`
- Test configuration without affecting the running server
- Test configuration without affecting the running server:
`nginx -t`