From 6fd902908df9754145fbe9971e141ffe9856c3f9 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Thu, 26 Dec 2013 12:31:08 -0800 Subject: [PATCH] Updated Directives (markdown) --- Directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directives.md b/Directives.md index d4a98e9..995c4e7 100644 --- a/Directives.md +++ b/Directives.md @@ -170,7 +170,7 @@ You can specify full path to the command to execute or short command name. In th case binary is looked up in directories specified by the `PATH` environment variable. By default nginx clears the environment which will usually make rtmp module run only binaries located in standard directories like `/bin` and `/usr/bin`. To make this always work -please keep the original `PATH` variable value with the following nginx directive +please keep the original `PATH` variable value with the following nginx directive. env PATH;