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

fix(lb): add match subdomain for routes #4354

Merged
merged 1 commit into from
Mar 17, 2025
Merged
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
4 changes: 3 additions & 1 deletion pages/load-balancer/how-to/create-manage-routes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ Routes allow you to specify, for a given frontend, which backends it should dire

- **SNI value**: Enter an SNI value to filter for (for example `www.example-domain.com`). Traffic with a matching SNI value will be directed to the specified target backend.

8. Click **Create route** to finish.
8. Choose whether to match all subdomains of the given SNI / Host header value, by checking the relevant box. This will ensure that all requests to subdomains of the value (e.g. `blog.example-domain.com`) also use this route.

9. Click **Create route** to finish.

Your route is created, and you are taken to the list of all your routes for this Load Balancer.

Expand Down
Loading