Fix some document titles
This commit is contained in:
parent
d1479a2d21
commit
4b80166d76
6 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
||||||
|
# Configuration Snippets
|
||||||
|
|
||||||
## 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](/docs/examples/customization/custom-headers).
|
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
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Custom Configuration
|
||||||
|
|
||||||
Using a [ConfigMap](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/) is possible to customize the NGINX configuration
|
Using a [ConfigMap](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/) is possible to customize the NGINX configuration
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Custom Errors
|
||||||
|
|
||||||
This example shows how is possible to use a custom backend to render custom error pages. The code of this example is located here [custom-error-pages](https://github.com/kubernetes/ingress-nginx/tree/master/docs/examples/customization/custom-errors)
|
This example shows how is possible to use a custom backend to render custom error pages. The code of this example is located here [custom-error-pages](https://github.com/kubernetes/ingress-nginx/tree/master/docs/examples/customization/custom-errors)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Custom configuration
|
# Custom Headers
|
||||||
|
|
||||||
This example aims to demonstrate the deployment of an nginx ingress controller and
|
This example aims to demonstrate the deployment of an nginx ingress controller and
|
||||||
use a ConfigMap to configure a custom list of headers to be passed to the upstream
|
use a ConfigMap to configure a custom list of headers to be passed to the upstream
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# NGINX Ingress Controller
|
# Welcome
|
||||||
|
|
||||||
This is the documentation for the NGINX Ingress Controller.
|
This is the documentation for the NGINX Ingress Controller.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Ingress controller Catalog
|
# Ingress Controller Catalog
|
||||||
|
|
||||||
This is a non-comprehensive list of existing ingress controllers.
|
This is a non-comprehensive list of existing ingress controllers.
|
||||||
|
|
Loading…
Reference in a new issue