How to deploy Angular and .Net Core containers in server that enables to access the web application via HTTPS
I have two containers, one is backend developed in .Net Core and another one is frontend developed in Angular and using Nginx to forward. Currently they are well deployed and can be accessed via HTTP. Now I have the requirement to set access via HTTPS. So I changed some files.