You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2019/02/11 16:09:59 UTC

[trafficserver] branch master updated: Add doc for using relative path to configuration directory for lua script

This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a81609  Add doc for using relative path to configuration directory for lua script
7a81609 is described below

commit 7a81609082ce887e754bfc358c5654d4045077b6
Author: Kit Chan <ki...@apache.org>
AuthorDate: Sun Feb 10 23:28:21 2019 -0800

    Add doc for using relative path to configuration directory for lua script
---
 doc/admin-guide/plugins/lua.en.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/admin-guide/plugins/lua.en.rst b/doc/admin-guide/plugins/lua.en.rst
index 624056d..c955b81 100644
--- a/doc/admin-guide/plugins/lua.en.rst
+++ b/doc/admin-guide/plugins/lua.en.rst
@@ -80,7 +80,8 @@ Configuration
 =============
 
 This module acts as remap plugin of Traffic Server, so we should realize 'do_remap' or 'do_os_response' function in each
-lua script. We can write this in remap.config:
+lua script. The path referencing a file with the lua script can be relative to the configuration directory or an absolute
+path. We can write this in remap.config:
 
 ::