elastic-beanstalk-nginx-uwsgi-django
elastic-beanstalk-nginx-uwsgi-django copied to clipboard
Your WSGIPath refers to a file that does not exist.
eb config
aws:elasticbeanstalk:container:python:
NumProcesses: '3'
NumThreads: '20'
StaticFiles: /static/=static/
WSGIPath: ebsample/wsgi.py
configuration of eb env
But I always get "Your WSGIPath refers to a file that does not exist." error message when I do eb setenv , any suggestions ?
Does the error prevent you setting the environment variables? If not, just ignore it.
No , I can not using eb setenv , or deploy ..
Did you create your environment with sample app first? Then use eb setenv and eb deploy.
I'm facing the same issue.
I'm facing the same issue too.
I'm facing the same issue too.
I'm facing the same issue too.
Here recent week aws send message they had issues with technology. And recently they solve that problem. But i could not try before. If you find. let us update how did
Rather I deploy heroku work pretty good.
Have you people tried beastalk's platform v2? They simplified a lot by adding nginx+gunicorn support for Python applications by default. Also Procfile is supported to integrate directly with systemd. Running 3 production applications without any issues that includes celery workers.