membphis commented on a change in pull request #1153: feature: support for proxy caching plugin based on disk. URL: https://github.com/apache/incubator-apisix/pull/1153#discussion_r385679589
########## File path: conf/config.yaml ########## @@ -35,6 +35,19 @@ apisix: # 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 + #proxy_cache: # Proxy Caching configuration + # cache_ttl: 10s # The default caching time if the upstream does not specify the cache time + # zone: # The parameters of a cache Review comment: `zones` is better ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
