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

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


The following commit(s) were added to refs/heads/master by this push:
     new a2723dc  docs: update file path of the ngx_tpl.lua (#4831)
a2723dc is described below

commit a2723dc11bfb1a3869d487855e47d31dcded3e3d
Author: okaybase <[email protected]>
AuthorDate: Mon Aug 16 20:32:53 2021 +0800

    docs: update file path of the ngx_tpl.lua (#4831)
---
 docs/en/latest/customize-nginx-configuration.md | 2 +-
 docs/zh/latest/customize-nginx-configuration.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/latest/customize-nginx-configuration.md 
b/docs/en/latest/customize-nginx-configuration.md
index 5721396..874e47f 100644
--- a/docs/en/latest/customize-nginx-configuration.md
+++ b/docs/en/latest/customize-nginx-configuration.md
@@ -21,7 +21,7 @@ title: Customize Nginx configuration
 #
 -->
 
-The Nginx configuration used by APISIX is generated via the template file 
`apisix/ngx_tpl.lua` and the options from `conf/config-default.yaml` / 
`conf/config.yaml`.
+The Nginx configuration used by APISIX is generated via the template file 
`apisix/cli/ngx_tpl.lua` and the options from `conf/config-default.yaml` / 
`conf/config.yaml`.
 
 You can take a look at the generated Nginx configuration in `conf/nginx.conf` 
after running `./bin/apisix start`.
 
diff --git a/docs/zh/latest/customize-nginx-configuration.md 
b/docs/zh/latest/customize-nginx-configuration.md
index ba21633..8bfacbf 100644
--- a/docs/zh/latest/customize-nginx-configuration.md
+++ b/docs/zh/latest/customize-nginx-configuration.md
@@ -21,7 +21,7 @@ title: 自定义 Nginx 配置
 #
 -->
 
-APISIX 会通过 `apisix/ngx_tpl.lua` 这个模板和 `conf/config-default.yaml` 加 
`conf/config.yaml` 的配置生成 Nginx 配置文件。
+APISIX 会通过 `apisix/cli/ngx_tpl.lua` 这个模板和 `conf/config-default.yaml` 加 
`conf/config.yaml` 的配置生成 Nginx 配置文件。
 
 在执行完 `./bin/apisix start`,你可以在 `conf/nginx.conf` 看到生成的 Nginx 配置文件。
 

Reply via email to