I've succesfully configured an AWS elasticbeanstalk application with apache ,now i want to replace the apache with nginx server.
I'cant find a proper tutorial ,some of them says that login to your associated ec2 instance and install nginx manually,but i don't think its the right way because elastic beanstalk provides (Modify/add programs via ebextensions folder and config file)
So i am looking for a solution that uses .ebextensions config files.