Fix link to custom configuration

This commit is contained in:
Tobias Bradtke 2017-12-10 23:50:22 +01:00 committed by GitHub
parent e02697ee4b
commit c9a4e0552f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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