Skip to content

Commit 09f4bfd

Browse files
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6bea6e0 commit 09f4bfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ builder.WebHost.ConfigureKestrel(options =>
4747
});
4848

4949
// Add reverse proxy services
50-
builder.Services.ConfigureReverseProxy();
50+
builder.Services.ConfigureReverseProxy(builder.Configuration);
5151

5252
// Use service discovery to set up routes and clusters for Aspire resources (optional)
5353
builder.Services.AddTransient<IStartupFilter, ServiceDiscoveryStartupFilter>();

0 commit comments

Comments
 (0)