Skip to content

Commit

Permalink
Fix link to custom configuration (#1814)
Browse files Browse the repository at this point in the history
  • Loading branch information
webwurst authored and aledbf committed Dec 11, 2017
1 parent e02697e commit 417a2ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 417a2ed

Please sign in to comment.