skip to Main Content

Elasticbeanstalk nginx extension for client_max_body_size not working

For an application I deploy on beanstalk, getting the error client intended to send too large body: 1505618 bytes Platform: Java 8 running on 64bit Amazon Linux/2.11.20 Added .platform/nginx/conf.d/proxy.conf containing client_max_body_size 64M; to root. Added <resource> <directory>.platform</directory> <targetPath>.platform</targetPath> <filtering>true</filtering> </resource>…

VIEW QUESTION

Redis – AWS Elastic Beanstalk failed to install psycopg2 using requirements.txt Git Pip

I am trying to deploy an app using elasticbeanstalk with Python 3.8. I am using the following requirements.txt click==8.0.1 Flask==1.1.2 Flask-SQLAlchemy==2.5.1 greenlet==1.1.0 itsdangerous==2.0.1 Jinja2==3.0.1 MarkupSafe==2.0.1 marshmallow==3.12.1 marshmallow-sqlalchemy==0.25.0 SQLAlchemy==1.4.15 Werkzeug==2.0.1 celery[redis] psycopg2==2.9.3 Flask-JWT-Extended==4.3.1 Flask-RESTful==0.3.9 python-decouple==3.6 When I run the command eb…

VIEW QUESTION
Back To Top
Search