Dayeonyeonnan.hashnode.dev·Sep 3, 2024nginx - gunicorn - djangoDjango Django는 runserver 명령어로 로컬에서 서버를 실행할 수 있지만, 이는 개발환경에서만 사용 Django는 자체적으로 웹서버 역할을 하지 않기 때문에, 배포할 때는 Gunicorn 같은웹 애플리케이션 서버가 필요하다. Gunicorn Gunicorn은 Django 애플리케이션을 실행하는 서버 사용자가 웹 사이트에 요청을 보내면 Gunicorn은 이를 받아 Django와 소통하여 요청을 처리 Gunicorn은 Django와 ...35 readsDeploymentDjangoAdd a thoughtful commentNo comments yetBe the first to start the conversation.