From 6d3e9666bad3799463e06cd3518bc48df41f9237 Mon Sep 17 00:00:00 2001 From: Liss Tarnell Date: Sun, 28 May 2017 20:41:00 +0100 Subject: [PATCH] nginx/README.md: clarify app-root and fix example hyperlink --- controllers/nginx/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/nginx/configuration.md b/controllers/nginx/configuration.md index e7700b6bda8..eb4a8c0d34d 100644 --- a/controllers/nginx/configuration.md +++ b/controllers/nginx/configuration.md @@ -185,9 +185,9 @@ Set the annotation `ingress.kubernetes.io/rewrite-target` to the path expected b If the application contains relative links it is possible to add an additional annotation `ingress.kubernetes.io/add-base-url` that will prepend a [`base` tag](https://developer.mozilla.org/en/docs/Web/HTML/Element/base) in the header of the returned HTML from the backend. -If the Application Root is exposed in a different path and needs to be redirected, the annotation `ingress.kubernetes.io/app-root` might be used. +If the Application Root is exposed in a different path and needs to be redirected, set the annotation `ingress.kubernetes.io/app-root` to redirect requests for `/`. -Please check the [rewrite](/examples/rewrite/README.md) example. +Please check the [rewrite](/examples/rewrite/nginx/README.md) example. ### Rate limiting