From c7635f4bfd04b9a19b0487348a8e8db297633c36 Mon Sep 17 00:00:00 2001 From: BeHe <2254565+BenjaminHerbert@users.noreply.github.com> Date: Wed, 11 Dec 2019 18:06:24 +0100 Subject: [PATCH] Add missing entry to example route --- docs/content/feature/http-redirects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/feature/http-redirects.md b/docs/content/feature/http-redirects.md index 6814077fb..821be7366 100644 --- a/docs/content/feature/http-redirects.md +++ b/docs/content/feature/http-redirects.md @@ -21,4 +21,4 @@ to the target URL. To redirect from HTTP to HTTPS you must include the `host:port` of the HTTP endpoint: - route add example.com:80/ https://example.com/ opts "redirect=301" + route add svc example.com:80/ https://example.com/ opts "redirect=301"