@@ -4,8 +4,8 @@ This is an nginx Ingress controller that uses [ConfigMap](https://github.com/kub
4
4
5
5
## Contents
6
6
* [ 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 )
9
9
* [ Deployment] ( #deployment )
10
10
* [ HTTP] ( #http )
11
11
* [ HTTPS] ( #https )
@@ -17,15 +17,16 @@ This is an nginx Ingress controller that uses [ConfigMap](https://github.com/kub
17
17
* [ UDP Services] ( #exposing-udp-services )
18
18
* [ Proxy Protocol] ( #proxy-protocol )
19
19
* [ NGINX customization] ( configuration.md )
20
+ * [ Custom errors] ( #custom-errors )
20
21
* [ NGINX status page] ( #nginx-status-page )
21
22
* [ Running multiple ingress controllers] ( #running-multiple-ingress-controllers )
22
23
* [ Running on Cloudproviders] ( #running-on-cloudproviders )
23
24
* [ Disabling NGINX ingress controller] ( #disabling-nginx-ingress-controller )
24
25
* [ Log format] ( #log-format )
25
26
* [ Local cluster] ( #local-cluster )
26
- * [ Debug & Troubleshooting] ( #troubleshooting )
27
- * [ Why endpoints and not services?] ( #why-endpoints-and-not-services )
27
+ * [ Debug & Troubleshooting] ( #debug--troubleshooting )
28
28
* [ Limitations] ( #limitations )
29
+ * [ Why endpoints and not services?] ( #why-endpoints-and-not-services )
29
30
* [ NGINX Notes] ( #nginx-notes )
30
31
31
32
## Conventions
0 commit comments