8000 Fix typo in Action.Proxy.ResponseHeaders (#3157) · nginx/kubernetes-ingress@4824823 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4824823

Browse files
authored
Fix typo in Action.Proxy.ResponseHeaders (#3157)
Corrected bool to []string in Action.Proxy.ResponseHeaders section
1 parent 8bc4321 commit 4824823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/configuration/virtualserver-and-virtualserverroute-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ The ResponseHeaders field modifies the headers of the response to the client.
631631
{{% table %}}
632632
|Field | Description | Type | Required |
633633
| ---| ---| ---| --- |
634-
|``hide`` | The headers that will not be passed* in the response to the client from a proxied upstream server. See the [proxy_hide_header](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_hide_header) directive for more information. | ``bool`` | No |
634+
|``hide`` | The headers that will not be passed* in the response to the client from a proxied upstream server. See the [proxy_hide_header](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_hide_header) directive for more information. | ``[]string`` | No |
635635
|``pass`` | Allows passing the hidden header fields* to the client from a proxied upstream server. See the [proxy_pass_header](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass_header) directive for more information. | ``[]string`` | No |
636636
|``ignore`` | Disables processing of certain headers** to the client from a proxied upstream server. See the [proxy_ignore_headers](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ignore_headers) directive for more information. | ``[]string`` | No |
637637
|``add`` | Adds headers to the response to the client. | [[]addHeader](#addheader) | No |

0 commit comments

Comments
 (0)
0