
个人项目---步步为营
class_brick
以我所经,引以为幸
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Nginx配置文件(nginx.conf)配置详解
转自:http://blog.csdn.net/tjcyjd/article/details/50695922 Nginx的配置文件nginx.conf配置详解如下: user nginx nginx ; Nginx用户及组:用户 组。window下不指定 worker_processes 8; 工作进程:数目。根据硬件调整,通常等于CPU数量或者2倍于CPU。转载 2017-06-08 23:08:21 · 481 阅读 · 0 评论 -
Quickstart for Python/WSGI applications This quickstart will show you how to deploy simple WSGI appl
Quickstart for Python/WSGI applications¶ This quickstart will show you how to deploy simple WSGI applications and common web frameworks. Python here is meant as CPython, for PyPy you need to use the转载 2017-07-04 21:49:18 · 605 阅读 · 0 评论