This is an automated email from the ASF dual-hosted git repository.
wenming 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 33ee8d608 chore: remove stream_proxy.only in config-default.yaml
(#10337)
33ee8d608 is described below
commit 33ee8d6083d41d3f997d306ea7dcfa663cbd25f3
Author: Liu Wei <[email protected]>
AuthorDate: Tue Oct 17 14:38:37 2023 +0800
chore: remove stream_proxy.only in config-default.yaml (#10337)
---
conf/config-default.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/conf/config-default.yaml b/conf/config-default.yaml
index 09c459677..3267480f0 100755
--- a/conf/config-default.yaml
+++ b/conf/config-default.yaml
@@ -76,7 +76,6 @@ apisix:
# http is the default proxy mode. proxy_mode can be one of `http`, `stream`,
or `http&stream`
proxy_mode: http
# stream_proxy: # TCP/UDP L4 proxy
- # only: true # Enable L4 proxy only without L7 proxy.
# tcp:
# - addr: 9100 # Set the TCP proxy listening ports.
# tls: true