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 2022/12/20 03:02:12 UTC

[apisix] branch master updated: chore: adjust the indentation of fields under proxy_protocol (#8512)

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 763c89c54 chore: adjust the indentation of fields under proxy_protocol (#8512)
763c89c54 is described below

commit 763c89c54430105cbb2bd41155abeaa5b7993d74
Author: tzssangglass <tz...@gmail.com>
AuthorDate: Tue Dec 20 11:02:00 2022 +0800

    chore: adjust the indentation of fields under proxy_protocol (#8512)
---
 conf/config-default.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/config-default.yaml b/conf/config-default.yaml
index e1923ec56..a2ffed6fd 100755
--- a/conf/config-default.yaml
+++ b/conf/config-default.yaml
@@ -35,13 +35,13 @@ apisix:
   enable_ipv6: true
 
   #proxy_protocol:                  # Proxy Protocol configuration
-  #listen_http_port: 9181           # The port with proxy protocol for http, it differs from node_listen and admin_listen.
+  #  listen_http_port: 9181         # The port with proxy protocol for http, it differs from node_listen and admin_listen.
                                     # This port can only receive http request with proxy protocol, but node_listen & admin_listen
                                     # can only receive http request. If you enable proxy protocol, you must use this port to
                                     # receive http request with proxy protocol
-  #listen_https_port: 9182          # The port with proxy protocol for https
-  #enable_tcp_pp: true              # Enable the proxy protocol for tcp proxy, it works for stream_proxy.tcp option
-  #enable_tcp_pp_to_upstream: true  # Enables the proxy protocol to the upstream server
+  #  listen_https_port: 9182        # The port with proxy protocol for https
+  #  enable_tcp_pp: true            # Enable the proxy protocol for tcp proxy, it works for stream_proxy.tcp option
+  #  enable_tcp_pp_to_upstream: true # Enables the proxy protocol to the upstream server
   enable_server_tokens: true        # Whether the APISIX version number should be shown in Server header.
                                     # It's enabled by default.