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 9b0460f chore: remove unused option "global_rule_skip_internal_api"
(#6539)
9b0460f is described below
commit 9b0460fb68e26d3fc1e8eac6659794598ce859ac
Author: JasonZhu <[email protected]>
AuthorDate: Tue Mar 8 17:56:12 2022 +0800
chore: remove unused option "global_rule_skip_internal_api" (#6539)
---
conf/config-default.yaml | 2 --
1 file changed, 2 deletions(-)
diff --git a/conf/config-default.yaml b/conf/config-default.yaml
index bfcf116..8d2c7d7 100644
--- a/conf/config-default.yaml
+++ b/conf/config-default.yaml
@@ -101,8 +101,6 @@ apisix:
role: viewer
delete_uri_tail_slash: false # delete the '/' at the end of the URI
- global_rule_skip_internal_api: true # does not run global rule in
internal apis
- # api that path starts with
"/apisix" is considered to be internal api
router:
http: radixtree_uri # radixtree_uri: match route by uri(base on
radixtree)
# radixtree_host_uri: match route by host +
uri(base on radixtree)