Skip to content

Commit 3fdcbf5

Browse files
authored
remove: delete the server-info plugin and its related configurations from the codebase (#12218)
1 parent d16fec5 commit 3fdcbf5

File tree

11 files changed

+2
-656
lines changed

11 files changed

+2
-656
lines changed

apisix/cli/config.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ local _M = {
236236
"limit-count",
237237
"limit-req",
238238
"gzip",
239-
"server-info",
240239
"traffic-split",
241240
"redirect",
242241
"response-rewrite",
@@ -322,9 +321,6 @@ local _M = {
322321
port = 9091
323322
}
324323
},
325-
["server-info"] = {
326-
report_ttl = 60
327-
},
328324
["dubbo-proxy"] = {
329325
upstream_multiplex_count = 32
330326
},

apisix/plugins/server-info.lua

Lines changed: 0 additions & 315 deletions
This file was deleted.

conf/config.yaml.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ plugins: # plugin list (sorted by priority)
497497
- ai-proxy-multi # priority: 998
498498
#- brotli # priority: 996
499499
- gzip # priority: 995
500-
- server-info # priority: 990
501500
- traffic-split # priority: 966
502501
- redirect # priority: 900
503502
- response-rewrite # priority: 899

docs/en/latest/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
"plugins/gzip",
9292
"plugins/brotli",
9393
"plugins/real-ip",
94-
"plugins/server-info",
9594
"plugins/ext-plugin-pre-req",
9695
"plugins/ext-plugin-post-req",
9796
"plugins/ext-plugin-post-resp",

0 commit comments

Comments
 (0)