basically setting up a Django production server

uWSGI

Note: More information please refer to PEP333

WSGI: known as web server gateway interface. It is a specification , for standardized interface/bridge between web servers(like nginx) and Python web applications or frameworks(like Django) , that describes how a web server communicates with web applications, and how web applications can be chained together to process one request
uWSGI: It is one of servers supporting convention above, and a fast, self-healing, developer-friendly WSGI server, meant for professional deployment and development of Python Web applications

nginx

coming…

Other related

mod_wsgi and apache

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章