monkeyDluffy6017 commented on code in PR #9607:
URL: https://github.com/apache/apisix/pull/9607#discussion_r1226043198


##########
conf/config-default.yaml:
##########
@@ -69,6 +69,11 @@ apisix:
         memory_size: 50m
 
   delete_uri_tail_slash: false    # delete the '/' at the end of the URI
+
+
+  #http is the default proxy mode. proxy_mode can be one of `http` or `stream` 
or `http&stream`
+  proxy_mode: http

Review Comment:
   ```suggestion
     # http is the default proxy mode. proxy_mode can be one of `http`, 
`stream`, or `http&stream`
     proxy_mode: http
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to