fix(traefik): Simplify HostSNIRegexp pattern for wildcard subdomains

🤖 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:29:17 -05:00
parent 86947ab206
commit 88c74398e4

View File

@@ -58,7 +58,7 @@ tcp:
# Catch-all for tenant subdomains at TLS layer
# This matches any subdomain that isn't handled by specific HTTP routers
subdomain-sni-router:
rule: 'HostSNIRegexp(`^[a-z0-9-]+\\.smoothschedule\\.com$`)'
rule: 'HostSNIRegexp(`.*\\.smoothschedule\\.com`)'
entryPoints:
- web-secure
service: nginx-tcp