fix(traefik): Simplify HTTP HostRegexp pattern

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
poduck
2025-12-03 17:32:53 -05:00
parent 88c74398e4
commit 9cbf19ed1b

View File

@@ -138,7 +138,7 @@ http:
# Routes to nginx which serves the frontend SPA and proxies /api/ to Django
# Low priority (1) ensures specific domain routers match first
subdomain-router:
rule: 'HostRegexp(`^[a-z0-9-]+\\.smoothschedule\\.com$`)'
rule: 'HostRegexp(`.+\\.smoothschedule\\.com`)'
priority: 1
entryPoints:
- web-secure