elastic-beanstalk-nginx-uwsgi-django
elastic-beanstalk-nginx-uwsgi-django copied to clipboard
A Django sample app running with uWSGI and Nginx on AWS Elastic Beanstalk.
Results
1
elastic-beanstalk-nginx-uwsgi-django issues
Sort by
recently updated
recently updated
newest added
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...