Skip to content

Commit

Permalink
fix: android path matching (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 authored Jan 3, 2025
1 parent 86bfd0c commit 3c24619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/deployment/modules/cloudflare/account/redirects.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ resource "cloudflare_ruleset" "immich_app_redirects" {
preserve_query_string = false
}
}
expression = "(http.request.full_uri wildcard \"https://get*.immich.app/fdroid\" and http.user_agent wildcard r\"*Android*\")"
expression = "(http.request.full_uri wildcard \"https://get*.immich.app/\" and http.user_agent wildcard r\"*Android*\")"
description = "Redirect get.immich.app android users to the Play Store"
enabled = true
}
Expand Down

0 comments on commit 3c24619

Please sign in to comment.