Skip to content

Commit

Permalink
Merge pull request #97 from African-Cities-Lab/hotfix-two-subdomains
Browse files Browse the repository at this point in the history
hotfix two subdomains
  • Loading branch information
martibosch authored Apr 3, 2023
2 parents 452e7f8 + 7a8d289 commit 72e8a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/production/traefik/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ certificatesResolvers:
http:
routers:
web-secure-router:
rule: Host(`{{ env "TRAEFIK_HOST" }}`){{ if eq (env "ADD_HOST_WWW") "true" }} || Host(`www.{{ env "TRAEFIK_HOST" }}`){{ end }}
rule: Host(`{{ env "TRAEFIK_HOST" }}`){{ if eq (env "ADD_HOST_WWW") "true" }} || Host(`www.{{ env "TRAEFIK_HOST" }}`){{ end }} || Host(`acc2023.africancitieslab.org`)
entryPoints:
- web-secure
middlewares:
Expand Down

0 comments on commit 72e8a31

Please sign in to comment.