Fix some document titles

This commit is contained in:
Aarni Koskela 2018-04-24 13:18:29 +03:00
parent d1479a2d21
commit 4b80166d76
6 changed files with 8 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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)

View file

@ -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

View file

@ -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.

View file

@ -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.