Skip to content

Commit

Permalink
Add ASPNETCORE_FORWARDEDHEADERS_ENABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
Expecho committed Dec 11, 2024
1 parent 176d849 commit 4efc223
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bicep/deploy.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ resource containerApp 'Microsoft.App/containerApps@2024-03-01' = {
name: 'AzureAd__ClientSecret'
secretRef: 'clientsecret'
}
{
name: 'ASPNETCORE_FORWARDEDHEADERS_ENABLED'
value: 'true'
}
]
}
]
Expand Down

0 comments on commit 4efc223

Please sign in to comment.