2 Answers
- Newest
- Most votes
- Most comments
0
The highest rated answer looks like a likely solution for AL2: https://stackoverflow.com/questions/61333676/how-to-extend-nginx-config-in-elastic-beanstalk-amazon-linux-2
Basically, for location blocks use this: .platform/nginx/conf.d/elasticbeanstalk/location.conf
EDIT: Yup, that did the trick, and since 00_application.conf is generated by elastic beanstalk and has its own default / location block, I decided to remove that with a predeploy hook.
Edited by: DoodlyDev on Dec 30, 2020 6:59 PM
answered 5 years ago
Relevant content
- asked 2 years ago
- asked 7 years ago
