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