Merge pull request #573 from joearcher/nginx

nginx: add -t example
This commit is contained in:
Igor Shubovych
2016-01-04 13:30:36 +02:00

View File

@@ -13,3 +13,7 @@
- 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
`nginx -t`