Skip to content

Commit

Permalink
add clarifying comment for the two titiler paths
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Nov 11, 2024
1 parent 691bd24 commit 4a53264
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/modules/content_delivery_network/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ resource "aws_cloudfront_distribution" "tiles" {
}
}

# send all Titiler requests to tile cache app
# send all generic Titiler requests to tile cache app
ordered_cache_behavior {
allowed_methods = local.methods
cached_methods = local.methods
Expand Down Expand Up @@ -455,6 +455,7 @@ resource "aws_cloudfront_distribution" "tiles" {
}
}

# pass requests for DIST alerts test datasets to tile cache app
ordered_cache_behavior {
allowed_methods = local.methods
cached_methods = local.methods
Expand Down

0 comments on commit 4a53264

Please sign in to comment.