This is an automated email from the ASF dual-hosted git repository.
sylviasu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 4eafebcc1 docs: fix grammar (#8935)
4eafebcc1 is described below
commit 4eafebcc1b07468f4449e18ae8d6deddc4d3332d
Author: Abhishek Choudhary <[email protected]>
AuthorDate: Sun Mar 5 15:09:54 2023 +0530
docs: fix grammar (#8935)
---
docs/en/latest/plugins/proxy-rewrite.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/latest/plugins/proxy-rewrite.md
b/docs/en/latest/plugins/proxy-rewrite.md
index b4c14d7d5..7e9a97d38 100644
--- a/docs/en/latest/plugins/proxy-rewrite.md
+++ b/docs/en/latest/plugins/proxy-rewrite.md
@@ -41,7 +41,7 @@ The `proxy-rewrite` Plugin rewrites Upstream proxy
information such as `scheme`,
| host | string | False | |
| New Upstream host address.
[...]
| headers | object | False | |
| |
| headers.add | object | false | | | Append
the new headers. The format is `{"name: value",...}`. The values in the header
can contain Nginx variables like $remote_addr and $balancer_ip.
|
-| headers.set | object | false | | | Overwrite
the headers. If header is not exist, will add it. The format is `{"name":
"value", ...}`. The values in the header can contain Nginx variables like
$remote_addr and $balancer_ip.
|
+| headers.set | object | false | | | Overwrite
the headers. If the header does not exist, it will be added. The format is
`{"name": "value", ...}`. The values in the header can contain Nginx variables
like $remote_addr and $balancer_ip.
|
| headers.remove | array | false | | | Remove
the headers. The format is `["name", ...]`.
| use_real_request_uri_unsafe | boolean | False | false |
| Use real_request_uri (original
$request_uri in nginx) to bypass URI normalization. **Enabling this is
considered unsafe as it bypasses all URI normalization steps**.
[...]