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

Route both example.com and *.example to application by default #111

Merged
merged 2 commits into from
Mar 6, 2020

Conversation

davidalger
Copy link
Collaborator

Changes the expression:

HostRegexp(`{subdomain:.+}.${TRAEFIK_DOMAIN}`)

to this:

HostRegexp(`{subdomain:.+}.${TRAEFIK_DOMAIN}`) || Host(`${TRAEFIK_DOMAIN}`)

This extends the wildcard support added in 0.2.0 to also route the base domain enabling developers to use example.com rather than app.example.com as the domain name for their local project.

@davidalger davidalger added the enhancement New feature or request label Mar 6, 2020
@davidalger davidalger merged commit 172c770 into develop Mar 6, 2020
@davidalger davidalger added this to the Warden 0.3.0 milestone Mar 7, 2020
@davidalger davidalger deleted the feature/base-domain-routing branch March 21, 2020 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant