elastic-beanstalk-nginx-uwsgi-django icon indicating copy to clipboard operation
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 ![https://i.imgur.com/Ecal3Sx.png](https://i.imgur.com/Ecal3Sx.png) But I always get "Your WSGIPath refers to a file that does...