From 9d1c2ed638910a013509f5ca08638fb46db50e36 Mon Sep 17 00:00:00 2001 From: Ryan McKay Date: Tue, 26 Dec 2017 16:20:43 -0600 Subject: [PATCH] Clarify docs for add-headers and proxy-set-headers (#1853) add format description --- docs/user-guide/configmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/configmap.md b/docs/user-guide/configmap.md index 989e86ff7..8a119ddf7 100644 --- a/docs/user-guide/configmap.md +++ b/docs/user-guide/configmap.md @@ -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 @@ -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