Skip to content

Commit 42bd854

Browse files
Merge branch 'main' into chore/pin-all-dependencies
2 parents 2cbdabd + 671952b commit 42bd854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/deployment/github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Set per GitHub Environment. Values are deployment-specific; names are fixed.
3636

3737
| Var | Purpose | Example |
3838
| --- | --- | --- |
39-
| `APP_HOSTNAME_ALIASES_RULE` | Traefik matcher listing additional hostnames that should permanently 301-redirect to `APP_HOSTNAME`. Each listed hostname also receives its own Let's Encrypt certificate so HTTPS bookmarks redirect cleanly. Leave unset on environments without aliases. | `` Host(`apollon-prod.aet.cit.tum.de`, `apollon.ase.cit.tum.de`, `apollon.ase.in.tum.de`) `` |
39+
| `APP_HOSTNAME_ALIASES_RULE` | Traefik matcher listing additional hostnames that should permanently 301-redirect to `APP_HOSTNAME`. Each listed hostname also receives its own Let's Encrypt certificate so HTTPS bookmarks redirect cleanly. Combine multiple hosts with `\|\|` — Traefik v3's `Host()` matcher takes a single argument. Leave unset on environments without aliases. | `` Host(`apollon-prod.aet.cit.tum.de`) \|\| Host(`apollon.ase.cit.tum.de`) \|\| Host(`apollon.ase.in.tum.de`) `` |
4040

4141
## Run locally in Docker
4242

0 commit comments

Comments
 (0)