Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created May 27, 2020 09:43
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ReverseProxy": {
"Routes": [
{
"RouteId": "app1",
"BackendId": "backend1",
"Match": {
"Host": "localhost"
}
}
],
"Backends": {
"backend1": {
"Destinations": {
"backend1_destination1": {
"Address": "http://upstream-server:5001/"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment