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/01/14 03:50:59 UTC

[GitHub] [incubator-apisix] lilien1010 commented on a change in pull request #1051: feature: upstream support websocket enable

lilien1010 commented on a change in pull request #1051: feature: upstream support websocket enable
URL: https://github.com/apache/incubator-apisix/pull/1051#discussion_r366141832
 
 

 ##########
 File path: doc/plugins/proxy-rewrite-cn.md
 ##########
 @@ -29,7 +29,6 @@
 |uri             |可选| 转发到上游的新 `uri` 地址|
 |regex_uri       |可选| 转发到上游的新 `uri` 地址, 使用正则表达式匹配来自客户端的uri,当匹配成功后使用模板替换转发到上游的uri, 未匹配成功时将客户端请求的uri转发至上游。当`uri`和`regex_uri`同时存在时,`uri`优先被使用。例如:["^/iresty/(.*)/(.*)/(.*)","/$1-$2-$3"] 第一个元素代表匹配来自客户端请求的uri正则表达式,第二个元素代表匹配成功后转发到上游的uri模板|
 |host            |可选| 转发到上游的新 `host` 地址,例如:`iresty.com` |
-|enable_websocket|可选| 是否启用 `websocket`(布尔值),默认不启用|
 
 Review comment:
   sure, will revert proxy-write's doc and change it in another PR

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