Deploying Django with gunicorn and nginx

前端 未结 4 802
小蘑菇
小蘑菇 2020-12-12 08:27

This is a broad question but I\'d like to get a canonical answer. I have been trying to deploy a site using gunicorn and nginx in Django. After re

4条回答
  •  天涯浪人
    2020-12-12 08:52

    Check this for minimum gunicorn and nginx configuration required for a Django project. http://agiliq.com/blog/2013/08/minimal-nginx-and-gunicorn-configuration-for-djang/

提交回复
热议问题