|
@@ -7,13 +7,13 @@
|
|
|
|
|
|
`nginx`
|
|
|
|
|
|
-- Start server with a custom config file:
|
|
|
+- Start server with a custom configuration file:
|
|
|
|
|
|
-`nginx -c {{config_file}}`
|
|
|
+`nginx -c {{configuration_file}}`
|
|
|
|
|
|
-- Start server with a prefix for all relative paths in the config file:
|
|
|
+- Start server with a prefix for all relative paths in the configuration file:
|
|
|
|
|
|
-`nginx -c {{config_file}} -p {{prefix/for/relative/paths}}`
|
|
|
+`nginx -c {{configuration_file}} -p {{prefix/for/relative/paths}}`
|
|
|
|
|
|
- Test the configuration without affecting the running server:
|
|
|
|