Fix link to custom configuration (#1814)

This commit is contained in:
Tobias Bradtke 2017-12-11 02:09:30 +01:00 committed by Manuel Alejandro de Brito Fontes
parent 61726cfc33
commit 66f57ac2ab

View file

@ -1,6 +1,6 @@
## Ingress
The Ingress in this example adds a custom header to Nginx configuration that only applies to that specific Ingress. If you want to add headers that apply globally to all Ingresses, please have a look at [this example](/examples/customization/custom-headers/nginx).
The Ingress in this example adds a custom header to Nginx configuration that only applies to that specific Ingress. If you want to add headers that apply globally to all Ingresses, please have a look at [this example](/docs/examples/customization/custom-headers).
```console
$ kubectl apply -f ingress.yaml