You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/03/30 09:00:01 UTC

[GitHub] [incubator-apisix] griffenliu commented on a change in pull request #1367: Allow add custom shared dict

griffenliu commented on a change in pull request #1367: Allow add custom shared dict
URL: https://github.com/apache/incubator-apisix/pull/1367#discussion_r400031964
 
 

 ##########
 File path: conf/config.yaml
 ##########
 @@ -111,8 +111,8 @@ nginx_config:                     # config for render the template to genarate n
     real_ip_from:                  # http://nginx.org/en/docs/http/ngx_http_realip_module.html#set_real_ip_from
       - 127.0.0.1
       - 'unix:'
-    lua_shared_dicts:
-      ipc_shared_dict: 100m         # custom shared cache
+    lua_shared_dicts:              # add custom shared cache to nginx.conf
+      ipc_shared_dict: 100m        # custom shared cache, format: `cache-key: cache-size`
 
 Review comment:
   ok, thanks~

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services