Skip to content

Commit

Permalink
drop https redirect stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tocsoft committed Oct 25, 2024
1 parent 9ccd302 commit e850713
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions KubeConnect/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env, Args arg
{
app.UseRouting();

if (args.UseSsl)
{
app.UseHttpsRedirection();
}

app.UseEndpoints(endpoints =>
{
endpoints.MapReverseProxy();
Expand Down

0 comments on commit e850713

Please sign in to comment.