Applenice commented on a change in pull request #4524:
URL: https://github.com/apache/apisix/pull/4524#discussion_r667320375



##########
File path: conf/config-default.yaml
##########
@@ -96,6 +96,9 @@ apisix:
                                   #   see 
https://github.com/api7/lua-resty-radixtree/#parameters-in-path for
                                   #   more details.
     ssl: 'radixtree_sni'          # radixtree_sni: match route by SNI(base on 
radixtree)
+  stream:

Review comment:
       By level, it should now be level 2, under `apisix`:
   ```yaml
   apisix:
     stream:
       lua_shared_dict:
         lrucache-lock-stream: 10m
   ```
   `http` is now also at level 2, under `nginx_config`:
   ```yaml
   nginx_config:                     # config for render the template to 
generate nginx.conf
     http:
       enable_access_log: true        # enable access log or not, default true
   ```
   So I need to adjust the location of the `stream` under `nginx_config`, 
right?😉




-- 
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