gunicorn
Nginx configuration for static sites in root directory, Flask apps in subdirectories
I\'d like to have a static site in my root public_html directory, then Flask apps in their own subdirectories (e.g. public_html/foo). The static root directory functions as expected.[详细]
2023-04-07 11:19 分类:问答Timeout when uploading a large file?
I am running a Django app on a Linux platform with gunicorn and Nginx开发者_如何转开发. I allow users to upload a CSV file (approx 2MB) which the app processes and adds to the backend database. The pr[详细]
2023-04-04 00:47 分类:问答django: admin site not formatted
I have a mostly开发者_开发知识库 entirely plain django project, with no adding of my own media or customization of the admin interface in any way. Running the server with python manage.py runserver re[详细]
2023-03-27 00:27 分类:问答110: Connection timed out (Nginx/Gunicorn)
I\'m running django on gunicorn+nginx. I\'m facing a problem with file uploads. Actually uploads are working fine but gunicorn times out thus causing this in nginx:[详细]
2023-03-23 05:30 分类:问答Gunicorn Internal Server Errors
I have a Gunicorn server running a Django application which has a tendency to crash quite frequently. Unfortunately when it crashes all the Gunicorn workers go down simultaneously and silently bypass[详细]
2023-03-22 10:27 分类:问答502 error after adding application to a Django project running on nginx and gunicorn
I am trying to add an application to an existing Django project, but once I have done it I get a 502 error.The server is running Ubuntu. I don\'t think it has to do with the a开发者_如何学Gopplication[详细]
2023-03-20 06:06 分类:问答Django 1.3 URL rewriting
Django has CommonMiddleware setup, which by default appends a slash to URLs that do not end with one.[详细]
2023-03-16 13:59 分类:问答Seamless deployment of Django to single server
I have a new website built on Django and Python 2.6 which I\'ve deployed to the cloud (buzzword compliant AND the Amazon micro EC2 instance is free!).[详细]
2023-03-14 18:57 分类:问答Django1.3 multiple gunicorn workers caching problems
i have weird caching problems with the 1.3 version of django. I probably have something configured wrong, but am not sure what.[详细]
2023-03-14 13:25 分类:问答gunicorn and django project (no app)
I have a django project, and I want to deploy it with gunicorn/nginx. But I use settings.py urls.py views.py directly without start a django app, and gunicorn needs application name.[详细]
2023-02-17 22:08 分类:问答