Merge pull request #420 from jmnarloch/docs

Fixed typo in ignoredServices
This commit is contained in:
Spencer Gibb
2015-07-07 17:31:33 -06:00

View File

@@ -776,7 +776,7 @@ configured routes map, then it will be unignored. Example:
[source,yaml]
----
zuul:
ignoredServices: *
ignoredServices: '*'
routes:
users: /myusers/**
----