Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP:DOC: Update examples to be more user friendly. #1072

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions doc/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,15 @@ Note: If a service does not match, but is included in the
`APICAST_SERVICES_LIST`, service will not be discarded

Example:

Regexp Filter: http:\/\/.*.google.com
Service 1: backend endpoint http://www.google.com
Service 2: backend endpoint http://www.yahoo.com
Service 3: backend endpoint http://mail.google.com
Service 4: backend endpoint http://mail.yahoo.com

The services that will be configured in Apicast will be 1 and 3. Services 2 and
```
Regexp Filter: http:\/\/.*.foo.dev
Service 1: backend endpoint http://staging.foo.dev
Service 2: backend endpoint http://staging.bar.dev
Service 3: backend endpoint http://prod.foo.dev
Service 4: backend endpoint http://prod.bar.dev
```

The services that will be configured in embedded APIcast will be 1 and 3. Services 2 and
4 will be discarded.

### `APICAST_SERVICES_LIST`
Expand Down