Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed Aug 7, 2024
2 parents 46139fc + 2803902 commit 6843b7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using Microsoft.AspNetCore.Http.Extensions;

Environment.SetEnvironmentVariable("ASPNETCORE_USEFORWARDEDHEADHERS_ENABLED", "true");
Environment.SetEnvironmentVariable("ASPNETCORE_FORWARDEDHEADERS_ENABLED", "true");
Environment.SetEnvironmentVariable("ASPNETCORE_HTTP_PORTS", "8500");

var builder = WebApplication.CreateBuilder(args);
Expand Down

0 comments on commit 6843b7d

Please sign in to comment.