Skip to content

Commit

Permalink
Hotfix/ssl cert (#71)
Browse files Browse the repository at this point in the history
* remove lettuce for now.

* remove https redirection.

* change https redirection.

* Add http redirection back.
  • Loading branch information
PureMunky authored Oct 7, 2020
1 parent 7e0ca67 commit c9b9e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tete.Web/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
app.UseHsts();
}

// app.UseHttpsRedirection();
app.UseHttpsRedirection();
app.UseStaticFiles();
app.UseSpaStaticFiles();

Expand Down

0 comments on commit c9b9e0a

Please sign in to comment.