Skip to content
Advertisement

Tag: nginx-reverse-proxy

Application source bundle doesn’t work when uploaded to AWS Elastic Beanstalk

I’m trying to upload a Java/Spring Boot app that runs in a Linux 2 Coretto 11 environment. Everything worked fine when I uploaded the standalone JAR files, but I started creating an application bundle instead so I could configure the environment, specifically client_max_body_size. It looks like the app is starting but then some error happens with not much info (logs).

Advertisement