diff --git a/smoothschedule/compose/production/traefik/traefik.yml b/smoothschedule/compose/production/traefik/traefik.yml index dbfb663..7af834b 100644 --- a/smoothschedule/compose/production/traefik/traefik.yml +++ b/smoothschedule/compose/production/traefik/traefik.yml @@ -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