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/08/04 11:16:42 UTC

[GitHub] [apisix] membphis opened a new issue #1987: change: reenable `proxy-cache`, `proxy-mirror` by default in APISIX

membphis opened a new issue #1987:
URL: https://github.com/apache/apisix/issues/1987


   Talked with @moonming right now, will enable proxy-cache, proxy-mirror by default in APISIX.
   For most users, it is easier to use API​​SIX.
   
   Add a new document named What are the best practices for benchmarking APISIX?, tell the user how do benchmark for APISIX.
   
   related discuss: https://github.com/apache/apisix/pull/1968#issuecomment-668535203


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



[GitHub] [apisix] membphis commented on issue #1987: change: reenable `proxy-cache`, `proxy-mirror` by default in APISIX

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #1987:
URL: https://github.com/apache/apisix/issues/1987#issuecomment-668537528


   ```diff
   diff --git a/conf/config.yaml b/conf/config.yaml
   index 869c26a8..f8673ada 100644
   --- a/conf/config.yaml
   +++ b/conf/config.yaml
   @@ -175,8 +175,8 @@ plugins:                          # plugin list
      - authz-keycloak
      - uri-blocker
      - request-validation
   -  # - proxy-cache
   -  # - proxy-mirror
   +  - proxy-cache
   +  - proxy-mirror
   
    stream_plugins:
      - mqtt-proxy


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



[GitHub] [apisix] membphis closed issue #1987: change: reenable `proxy-cache`, `proxy-mirror` by default in APISIX

Posted by GitBox <gi...@apache.org>.
membphis closed issue #1987:
URL: https://github.com/apache/apisix/issues/1987


   


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



[GitHub] [apisix] dabue commented on issue #1987: change: reenable `proxy-cache`, `proxy-mirror` by default in APISIX

Posted by GitBox <gi...@apache.org>.
dabue commented on issue #1987:
URL: https://github.com/apache/apisix/issues/1987#issuecomment-668549581


   I'll update it.


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