use Nginx in elastic beanstalk substitute of apache2

Viewed 83

By default elastic beanstalk use apache2. But I want to use Nginx. I search but I can not find a suitable way. How can I do that?

1 Answers

Based on the comments.

Amazon Linux 1 (AL1) uses apache2. However, Amazon Linux 2 (AL2) uses nginx.

Therefore, the solution was to upgrade to AL2 instead of using AL1.

Related