You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/12/31 09:17:32 UTC

[apisix] 01/01: chore: enable plugin `server-info` by default.

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

membphis pushed a commit to branch membphis/patch-1
in repository https://gitbox.apache.org/repos/asf/apisix.git

commit 1a85c97e10c04e45fdf4cd97450bec3e132a21a3
Author: YuanSheng Wang <me...@gmail.com>
AuthorDate: Thu Dec 31 17:17:22 2020 +0800

    chore: enable plugin `server-info` by default.
---
 conf/config-default.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/config-default.yaml b/conf/config-default.yaml
index 7638f04..c9c372f 100644
--- a/conf/config-default.yaml
+++ b/conf/config-default.yaml
@@ -248,7 +248,7 @@ plugins:                          # plugin list (sorted in alphabetical order)
   - uri-blocker
   - wolf-rbac
   - zipkin
-  # - server-info
+  - server-info
   - traffic-split
 
 stream_plugins: