- NGINX Cookbook
- Tim Butler
- 73字
- 2021-07-03 00:04:27
Getting ready
Django interfaces to NGINX through a Web Server Gateway Interface (WSGI). For Django, one of the most commonly used WSGI interfaces is uWSGI.
If you haven't installed uWSGI yet, the best way is to install the latest version via pip:
apt-get install python-pip python-dev
pip install uwsgi
We're going to simply use a base install of the latest version of Django, which at the time of writing this book was 1.10.5.

推薦閱讀
- JavaScript+DHTML語法與范例詳解詞典
- Redis入門指南(第3版)
- Windows系統管理與服務配置
- INSTANT Weka How-to
- 快人一步:系統性能提高之道
- Web Development with MongoDB and Node(Third Edition)
- Buildbox 2.x Game Development
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- C#面向對象程序設計(第2版)
- Mastering Unreal Engine 4.X
- SCRATCH編程課:我的游戲我做主
- Qt 5.12實戰
- 算法精解:C語言描述
- Practical Linux Security Cookbook
- 三步學Python