Skip to content

Commit

Permalink
fix(terraform): disable always_on
Browse files Browse the repository at this point in the history
setting is redundant with the healthcheck and causes 404 response
since the root URL is not a valid endpoint
  • Loading branch information
thekaveman committed Aug 30, 2023
1 parent a01da7a commit 0517cb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/app_service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ resource "azurerm_linux_web_app" "main" {
https_only = true

site_config {
always_on = false
ftps_state = "Disabled"
http2_enabled = true

Expand Down

0 comments on commit 0517cb0

Please sign in to comment.