how we can configure nginx to deploy spring boot and angular app in same server?
@ViolentFury14 жыл бұрын
Hello. I followed your video and started my app successfully on Compute Engine. Can you give some good resource of info on how i can add https to this setup ? my front end (deployed on netlify) needs to make requests to spring boot through https, but how do i configure nginx to accept https in such setup as in this video?
@CarbonRiderOnline4 жыл бұрын
Setting up https in nginx is much easier. If you have a valid domain, you can get free SSL certificate from sslforfree.com and configure that. You can check this article about setting up SSL on nginx - www.digitalocean.com/community/tutorials/how-to-create-an-ssl-certificate-on-nginx-for-ubuntu-14-04