# Nginx-Gunicorn-Django
총 4개의 포스트
AWS Lightsail(Nginx - Gunicorn - Django) 구축(4)
Nginx란 무엇인지? Nginx 과 Gunicorn 연결 Nginx는 웹 서버(Web Server) 이다. 웹 서버(Web Server)는 브라우저의 정적 페이지 요청을 처리하고 동적 페이지 요청인 경우 WSGI 서버를 호출하여 응답한다. Apache는 하나의 쓰레
2022년 2월 2일
·
0개의 댓글AWS Lightsail(Nginx - Gunicorn - Django) 구축(3)
WSGI 와 Gunicorn이 무엇인지?Gunicorn 설치 과정까지 작성하겠다.WSGI는 Web Server Gateway Interface의 약자python application(python script)이 Web Server와 통신하기 위한 표준 Interface
2022년 1월 30일
·
0개의 댓글AWS Lightsail(Nginx - Gunicorn - Django) 구축(1)
기업협업 프로젝트로 추천상품 기능구현을 진행하게 되었다.Python Django를 사용할 목적으로 처음부터 서버를 구축서버는 AWS의 Lightsail 사용하였습니다.서버 구성과 Lightsail이 무엇인지 작성AWS LightsailWeb Server - NginxW
2022년 1월 27일
·
0개의 댓글