From 31234c9e4bc28c0c9f64013c016c9a4025f52805 Mon Sep 17 00:00:00 2001 From: Joe Archer Date: Mon, 4 Jan 2016 10:34:40 +0000 Subject: [PATCH] nginx: add -t example --- pages/common/nginx.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/nginx.md b/pages/common/nginx.md index 4bbe43127..65cd778a3 100644 --- a/pages/common/nginx.md +++ b/pages/common/nginx.md @@ -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`