Fix link to custom configuration (#1814)
This commit is contained in:
parent
e02697ee4b
commit
417a2ed015
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
## Ingress
|
## 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
|
```console
|
||||||
$ kubectl apply -f ingress.yaml
|
$ kubectl apply -f ingress.yaml
|
||||||
|
|
Loading…
Reference in a new issue