Unverified Commit 1860b264 by 周立 Committed by Spencer Gibb

fix spell error

fix spell error
parent fccbe1af
...@@ -1598,7 +1598,7 @@ Example configuration: ...@@ -1598,7 +1598,7 @@ Example configuration:
In this example we are strangling the "legacy" app which is mapped to In this example we are strangling the "legacy" app which is mapped to
all requests that do not match one of the other patterns. Paths in all requests that do not match one of the other patterns. Paths in
`/first/{all}` have been extracted into a new service with an external `/first/{all}` have been extracted into a new service with an external
URL. And paths in `/second/{all}` are forwared so they can be handled URL. And paths in `/second/{all}` are forwarded so they can be handled
locally, e.g. with a normal Spring `@RequestMapping`. Paths in locally, e.g. with a normal Spring `@RequestMapping`. Paths in
`/third/{all}` are also forwarded, but with a different prefix `/third/{all}` are also forwarded, but with a different prefix
(i.e. `/third/foo` is forwarded to `/3rd/foo`). (i.e. `/third/foo` is forwarded to `/3rd/foo`).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment