-
Deploying multiple applications on a single instance using AWS, nginx and free SSL installation
This is a simple guide towards deploying multiple applications on a single virtual machine instance, like EC2 on AWS. For the sake of a running example, I will be talking about a Django application that I deployed for developmental / testing and production pipeline. This is not something that is set in stone, there could…