From 2c8a7941bc0f497df09f988eb66ea2031ca4a4e9 Mon Sep 17 00:00:00 2001 From: Igor Shubovych Date: Sun, 20 Dec 2015 11:00:17 +0200 Subject: [PATCH] nginx: fix tokens --- pages/common/nginx.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/common/nginx.md b/pages/common/nginx.md index 00f0120a1..4bbe43127 100644 --- a/pages/common/nginx.md +++ b/pages/common/nginx.md @@ -6,6 +6,10 @@ `nginx` -- Start server with custom config and custom relative path base directory +- Start server with custom config file -`nginx -c {{path to config}} -p {{relative path base dir}}` +`nginx -c {{config_file}}` + +- Start server with a prefix for all relative paths in config file + +`nginx -c {{config_file}} -p {{prefix/for/relative/paths}}`