Skip to content

Commit f431fa2

Browse files
authored
Add manual to traefik redirect capture all rule (#933)
1 parent 6498f00 commit f431fa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/traefik/j2cli_customization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def _generate_domain_capture_all_rule(domain: str) -> str:
1111
f"Host(`api.{domain}`)",
1212
f"Host(`api.testing.{domain}`)",
1313
f"Host(`testing.{domain}`)",
14+
f"Host(`manual.{domain}`)",
1415
]
1516
return " || ".join(rules)
1617

0 commit comments

Comments
 (0)