-
If more fine-grained ignoring is needed, you can specify specific patterns to… · 42f6e4d1andreasevers authored
If more fine-grained ignoring is needed, you can specify specific patterns to ignore. These patterns are being evaluated at the end of the route location process, which means prefixes should be included in the pattern to warrant a match. Ignored patterns span all services and supersede any other route specification. zuul: ignoredPatterns: */admin/** routes: users: /myusers/** This means that all calls such as "/myusers/101" will be forwarded to "/101" on the "users" service. But calls including "/admin/" will not resolve.
42f6e4d1
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
src/main | Loading commit data... | |
README.adoc | Loading commit data... | |
pom.xml | Loading commit data... |