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 4 years ago
Relevant content
- asked 6 years ago
- asked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 6 days ago