Skip to content

Commit

Permalink
feat: Pointing AFTT apex domain to www
Browse files Browse the repository at this point in the history
  • Loading branch information
shaheislamdfe committed Jan 20, 2025
1 parent 0a82646 commit 48d78a0
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
],
"environment_short": "pd",
"origin_hostname": "apply-production.teacherservices.cloud",
"null_host_header": true
"null_host_header": true,
"redirect_rules": [{
"from-domain": "apex",
"to-domain": "www.apply-for-teacher-training.education.gov.uk"
}]
},
"apply-for-teacher-training.service.gov.uk": {
"front_door_name": "s189p01-apply-svc-domains-fd",
Expand All @@ -29,7 +33,11 @@
],
"environment_short": "pd",
"origin_hostname": "apply-production.teacherservices.cloud",
"null_host_header": true
"null_host_header": true,
"redirect_rules": [{
"from-domain": "apex",
"to-domain": "www.apply-for-teacher-training.service.gov.uk"
}]
}
}
}

0 comments on commit 48d78a0

Please sign in to comment.