Skip to content

Commit

Permalink
Clarify docs for add-headers and proxy-set-headers (#1853)
Browse files Browse the repository at this point in the history
add format description
  • Loading branch information
ryanmckaytx authored and aledbf committed Dec 26, 2017
1 parent fead908 commit 9d1c2ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/configmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ The following table shows a configuration option's name, type, and the default v

## add-headers

Sets custom headers from a configmap before sending traffic to the client. See [proxy-set-headers](#proxy-set-headers). [example](https://github.com/kubernetes/ingress-nginx/tree/master/docs/examples/customization/custom-headers)
Sets custom headers from named configmap before sending traffic to the client. See [proxy-set-headers](#proxy-set-headers). [example](https://github.com/kubernetes/ingress-nginx/tree/master/docs/examples/customization/custom-headers)

## allow-backend-server-header

Expand Down Expand Up @@ -326,7 +326,7 @@ If use-proxy-protocol is enabled, proxy-real-ip-cidr defines the default the IP/

## proxy-set-headers

Sets custom headers from a configmap before sending traffic to backends. See [example](https://github.com/kubernetes/ingress-nginx/tree/master/docs/examples/customization/custom-headers)
Sets custom headers from named configmap before sending traffic to backends. The value format is namespace/name. See [example](https://github.com/kubernetes/ingress-nginx/tree/master/docs/examples/customization/custom-headers)

## server-name-hash-max-size

Expand Down

0 comments on commit 9d1c2ed

Please sign in to comment.