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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user