Skip to content

Commit

Permalink
Update deployment/modules/cloudflare/account/redirects.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpollard authored Sep 17, 2024
1 parent d98d167 commit e5110b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/modules/cloudflare/account/redirects.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "cloudflare_ruleset" "immich_app_redirects" {
}
}
expression = "(http.host eq \"docs.immich.app\") or (http.host eq \"documentation.immich.app\") or (http.host eq \"www.immich.app\")"
description = "Redirect visitors going to docs"
description = "Redirect visitors going to docs or www"
enabled = true
}

Expand Down

0 comments on commit e5110b3

Please sign in to comment.