- 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.

推薦閱讀
- Python數(shù)據(jù)分析入門與實戰(zhàn)
- Mastering JavaScript Object-Oriented Programming
- Apache Spark 2 for Beginners
- Instant QlikView 11 Application Development
- Building Minecraft Server Modifications
- 小學生C++創(chuàng)意編程(視頻教學版)
- Mastering Android Development with Kotlin
- Julia高性能科學計算(第2版)
- 批調(diào)度與網(wǎng)絡問題的組合算法
- Java網(wǎng)絡編程實戰(zhàn)
- 從零開始學C#
- Java SE實踐教程
- Android嵌入式系統(tǒng)程序開發(fā):基于Cortex-A8(第2版)
- 硬件產(chǎn)品設計與開發(fā):從原型到交付
- ABAQUS6.14中文版有限元分析與實例詳解