Skip to content

Commit

Permalink
Add manual to traefik redirect capture all rule
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk committed Jan 16, 2025
1 parent 6498f00 commit 2ef53e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/traefik/j2cli_customization.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def _generate_domain_capture_all_rule(domain: str) -> str:
f"Host(`api.{domain}`)",
f"Host(`api.testing.{domain}`)",
f"Host(`testing.{domain}`)",
f"Host(`manual.{domain}`)",
]
return " || ".join(rules)

Expand Down

0 comments on commit 2ef53e1

Please sign in to comment.