Nginx 개념
오튜 모듈: https://www.opentutorials.org/module/384/3462
공식 사이트: https://www.nginx.com/
나무위키: https://namu.wiki/w/NGINX
점유율 조사: https://news.netcraft.com/archives/category/web-server-survey/ (2020 기준 1등!)
WSGI 개념
https://wsgi.readthedocs.io/en/latest/#
WSGI, WAS, CGI 차이: https://brownbears.tistory.com/350
https://paphopu.tistory.com/entry/WSGI%EC%97%90-%EB%8C%80%ED%95%9C-%EC%84%A4%EB%AA%85-WSGI%EB%9E%80-%EB%AC%B4%EC%97%87%EC%9D%B8%EA%B0%80 (원문: https://www.appdynamics.com/blog/engineering/an-introduction-to-python-wsgi-servers-part-1/)
Django에 WSGI 적용: https://docs.djangoproject.com/en/3.0/howto/deployment/wsgi/
Gunicorn 개념
https://docs.gunicorn.org/en/stable/index.html#
https://pypi.org/project/gunicorn/
What Is Gunicorn, and What Does It Do?: https://vsupalov.com/what-is-gunicorn/
https://jaas.ai/gunicorn/trusty/1
Django에 WSGI 중
Gunicorn 적용: https://docs.djangoproject.com/en/3.0/howto/deployment/wsgi/gunicorn/
usgi v.s. gunicorn?:
https://medium.com/@elastic7327/python%EA%B0%9C%EB%B0%9C%EC%9E%90-uwsgi%EB%A5%BC-%EB%B2%84%EB%A6%AC%EA%B3%A0-gunicorn%EC%9C%BC%EB%A1%9C-%EA%B0%88%EC%95%84%ED%83%80%EB%8B%A4-df1c95f220c5