terraform/cloudflare: redirect search to github
This commit is contained in:
parent
3d2ec06ddb
commit
8fd3b4da2a
1 changed files with 15 additions and 1 deletions
|
@ -102,10 +102,24 @@ resource "cloudflare_record" "nix-community-org-nur-update-CNAME" {
|
||||||
resource "cloudflare_record" "nix-community-org-search-CNAME" {
|
resource "cloudflare_record" "nix-community-org-search-CNAME" {
|
||||||
zone_id = local.nix_community_zone_id
|
zone_id = local.nix_community_zone_id
|
||||||
name = "search"
|
name = "search"
|
||||||
value = "build03.nix-community.org"
|
value = "nix-community.org"
|
||||||
type = "CNAME"
|
type = "CNAME"
|
||||||
|
proxied = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# created manually
|
||||||
|
#
|
||||||
|
#resource "cloudflare_page_rule" "nix-community-org-search-forward" {
|
||||||
|
# zone_id = local.nix_community_zone_id
|
||||||
|
# target = "search.nix-community.org/*"
|
||||||
|
# actions {
|
||||||
|
# forwarding_url {
|
||||||
|
# url = "https://github.com/search?q=org%3ANixOS+OR+org%3Anix-community+NOT+is%3Aarchived&type=code"
|
||||||
|
# status_code = 301
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
#}
|
||||||
|
|
||||||
resource "cloudflare_record" "nix-community-org-apex-A" {
|
resource "cloudflare_record" "nix-community-org-apex-A" {
|
||||||
zone_id = local.nix_community_zone_id
|
zone_id = local.nix_community_zone_id
|
||||||
name = "@"
|
name = "@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue