docs: Unhide RedirectAction.https_redirect (#470)

Signed-off-by: Jamie Hewland <jamie@praekelt.org>
pull/465/head
Jamie Hewland 7 years ago committed by Matt Klein
parent 7229f921ce
commit 00182c0fb6
  1. 2
      envoy/api/v2/route/route.proto

@ -563,7 +563,7 @@ message RedirectAction {
// code is MOVED_PERMANENTLY (301).
RedirectResponseCode response_code = 3 [(validate.rules).enum.defined_only = true];
// [#not-implemented-hide:] The scheme portion of the URL will be swapped with "https".
// The scheme portion of the URL will be swapped with "https".
bool https_redirect = 4;
}

Loading…
Cancel
Save