Skip to content

Commit

Permalink
Set up www redirect for production
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Feb 19, 2024
1 parent fd04fca commit 3c834af
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@
"check-the-childrens-barred-list.education.gov.uk": {
"front_door_name": "s189p01-ccbl-edu-domains-fd",
"resource_group_name": "s189p01-ccbldomains-rg",
"domains": ["apex"],
"domains": ["apex", "www"],
"cached_paths": ["/assets/*"],
"environment_short": "pd",
"origin_hostname": "check-childrens-barred-list-production.teacherservices.cloud",
"null_host_header": true,
"cnames": {}
"cnames": {},
"redirect_rules": [
{
"from-domain": "www",
"to-domain": "check-the-childrens-barred-list.education.gov.uk"
}
]
}
}
}

0 comments on commit 3c834af

Please sign in to comment.