I'm looking to edit the nginx
config for an ElasticBeanstalk AWS setup, created through cloudformation.
How can I view the default nginx
config?
I'm looking to edit the nginx
config for an ElasticBeanstalk AWS setup, created through cloudformation.
How can I view the default nginx
config?
Assuming the beanstalk environment is same when creating via UI or via cloudformation, the default nginx config is located in /etc/nginx
. However to actually edit the file and have the changes persisted, look here