We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6498f00 commit f431fa2Copy full SHA for f431fa2
services/traefik/j2cli_customization.py
@@ -11,6 +11,7 @@ def _generate_domain_capture_all_rule(domain: str) -> str:
11
f"Host(`api.{domain}`)",
12
f"Host(`api.testing.{domain}`)",
13
f"Host(`testing.{domain}`)",
14
+ f"Host(`manual.{domain}`)",
15
]
16
return " || ".join(rules)
17
0 commit comments