Skip to content

Commit

Permalink
Redirect to domain without www
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdewit committed Aug 16, 2024
1 parent e0c5383 commit f14dd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/traefik/redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ http:
routers:
tools-www:
entrypoints: [websecure]
rule: "Host(`www.tools.28.solutions`)"
rule: "Host(`www.tools.28.solutions`) || Host(`www.twentyeight.solutions`)"
middlewares: [remove-www]
service: noop@internal

0 comments on commit f14dd72

Please sign in to comment.