diff --git a/docs/root/faq/debugging/why_is_my_route_not_found.rst b/docs/root/faq/debugging/why_is_my_route_not_found.rst index 17b6447c2f7eb..2c70d7da625c5 100644 --- a/docs/root/faq/debugging/why_is_my_route_not_found.rst +++ b/docs/root/faq/debugging/why_is_my_route_not_found.rst @@ -27,7 +27,7 @@ to - "www.host.com:80" - "www.host.com:443" -The other is to strip ports entirely using :ref:`stripping port from host header `. Not that this will only stip port 80 from insecure requests and 443 from secure request. It does -not just stop ports when routes are matched, but changes -the host sent downstream to also not include the port. +The other is to strip ports entirely using :ref:`strip_any_host_port ` or +:ref:`strip_matching_host_port `. The diffent is :ref:`strip_matching_host_port ` +only strip port if it is equal to the listener's local port.