Skip to content

Commit 5ab0f28

Browse files
authored
Merge pull request #306 from caiyixiang/modifyNGINXreadme
modify nginx readme
2 parents 463ff2b + 488d89d commit 5ab0f28

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

controllers/nginx/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This is an nginx Ingress controller that uses [ConfigMap](https://github.com/kub
44

55
## Contents
66
* [Conventions](#conventions)
7-
* [Requirements](#what-it-provides)
8-
* [Dry running](#dry-running-the-ingress-controller)
7+
* [Requirements](#requirements)
8+
* [Dry running](#try-running-the-ingress-controller)
99
* [Deployment](#deployment)
1010
* [HTTP](#http)
1111
* [HTTPS](#https)
@@ -17,15 +17,16 @@ This is an nginx Ingress controller that uses [ConfigMap](https://github.com/kub
1717
* [UDP Services](#exposing-udp-services)
1818
* [Proxy Protocol](#proxy-protocol)
1919
* [NGINX customization](configuration.md)
20+
* [Custom errors](#custom-errors)
2021
* [NGINX status page](#nginx-status-page)
2122
* [Running multiple ingress controllers](#running-multiple-ingress-controllers)
2223
* [Running on Cloudproviders](#running-on-cloudproviders)
2324
* [Disabling NGINX ingress controller](#disabling-nginx-ingress-controller)
2425
* [Log format](#log-format)
2526
* [Local cluster](#local-cluster)
26-
* [Debug & Troubleshooting](#troubleshooting)
27-
* [Why endpoints and not services?](#why-endpoints-and-not-services)
27+
* [Debug & Troubleshooting](#debug--troubleshooting)
2828
* [Limitations](#limitations)
29+
* [Why endpoints and not services?](#why-endpoints-and-not-services)
2930
* [NGINX Notes](#nginx-notes)
3031

3132
## Conventions

0 commit comments

Comments
 (0)