Skip to content

Commit

Permalink
Add missing <svc> entry to example route (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHerbert authored and Aaron Hurt committed Jan 27, 2020
1 parent 2e79b5a commit 483f415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/feature/http-redirects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 483f415

Please sign in to comment.