Skip to content

Commit

Permalink
Merge pull request #595 from MaRDI4NFDI/org-redirect
Browse files Browse the repository at this point in the history
Update org-redirect to new format
  • Loading branch information
physikerwelt authored Dec 4, 2024
2 parents a066a46 + 797ab17 commit ef4d3d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion traefik/conf/org-redirect.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
http:
routers:
home:
rule: Host(`mardi4nfdi.org`,`www.mardi4nfdi.org`)
rule: Host(`mardi4nfdi.org`) ||
Host(`www.mardi4nfdi.org`)
service: whoami-docker@docker
entryPoints: [websecure]
tls:
Expand Down

0 comments on commit ef4d3d0

Please sign in to comment.