You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/04/08 01:01:27 UTC

[apisix] branch master updated: docs: add more SSL confugration examples (#4000)

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

spacewander 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 a6a97e3  docs: add more SSL confugration examples (#4000)
a6a97e3 is described below

commit a6a97e39985fd99bb6de684e53820e7ffd5e5542
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Thu Apr 8 09:01:18 2021 +0800

    docs: add more SSL confugration examples (#4000)
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 docs/en/latest/admin-api.md | 2 ++
 docs/zh/latest/admin-api.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/docs/en/latest/admin-api.md b/docs/en/latest/admin-api.md
index 981685a..1634ef7 100644
--- a/docs/en/latest/admin-api.md
+++ b/docs/en/latest/admin-api.md
@@ -792,6 +792,8 @@ Config Example:
 }
 ```
 
+More examples can be found in [HTTPS](./https.md).
+
 ## Global Rule
 
 *API*:/apisix/admin/global_rules/{id}
diff --git a/docs/zh/latest/admin-api.md b/docs/zh/latest/admin-api.md
index 452b0f7..e3ca1c2 100644
--- a/docs/zh/latest/admin-api.md
+++ b/docs/zh/latest/admin-api.md
@@ -792,6 +792,8 @@ ssl 对象 json 配置内容:
 }
 ```
 
+更多的配置示例见 [HTTPS](./https.md)。
+
 [Back to TOC](#目录)
 
 ## Global Rule