From ef44a74fb2f206d2f3e50aa56d6f26fcef378cb4 Mon Sep 17 00:00:00 2001 From: Trenton Broughton Date: Mon, 28 Aug 2017 12:01:24 -0400 Subject: [PATCH] Fixed broken link to the custom error server --- controllers/nginx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/nginx/README.md b/controllers/nginx/README.md index bea5b86f0..8cdb0a51f 100644 --- a/controllers/nginx/README.md +++ b/controllers/nginx/README.md @@ -372,7 +372,7 @@ In case of an error in a request the body of the response is obtained from the ` - `X-Code` indicates the HTTP code - `X-Format` the value of the `Accept` header -Using this two headers is possible to use a custom backend service like [this one](https://github.com/aledbf/contrib/tree/nginx-debug-server/Ingress/images/nginx-error-server) that inspect each request and returns a custom error page with the format expected by the client. Please check the example [custom-errors](examples/custom-errors/README.md) +Using this two headers is possible to use a custom backend service like [this one](https://github.com/aledbf/contrib/tree/nginx-debug-server/images/nginx-error-server) that inspect each request and returns a custom error page with the format expected by the client. Please check the example [custom-errors](examples/custom-errors/README.md) ### NGINX status page