blog
blog copied to clipboard
For the production mode,How do you do?
Hi @TopGuo Thanks for your comment :-) It depends on how to go productive. On IIS? On NgenX? On Azure? Or on plain Kestrel?
Hi @TopGuo Thanks for your comment :-) It depends on how to go productive. On IIS? On NgenX? On Azure? Or on plain Kestrel?
Nginx,Thanks...
In that case you don't really need to configure ASP.NET Core / Kestrel to use HTTPS. Just configure Nginx to serve HTTPS and Nginx is proxying to Kestrel using HTTP.
Maybe this docs page will be helpful for you: https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-2.2#https-configuration
In that case you don't really need to configure ASP.NET Core / Kestrel to use HTTPS. Just configure Nginx to serve HTTPS and Nginx is proxying to Kestrel using HTTP.
Maybe this docs page will be helpful for you: https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-2.2#https-configuration
ok,thanks
Hi @TopGuo Thanks for your comment :-) It depends on how to go productive. On IIS? On NgenX? On Azure? Or on plain Kestrel? what if in IIS?