更改

跳到导航 跳到搜索
添加68字节 、 2019年8月29日 (四) 18:15
第134行: 第134行:  
== nginx ==
 
== nginx ==
   −
worker_processes 8; #nginx进程数,建议按照cpu数目来指定,一般为它的倍数,平时设置为2倍。
+
* worker_processes 8; #nginx进程数,建议按照cpu数目来指定,一般为它的倍数,平时设置为2倍。
 +
 
 +
* 静态资源缓存
 +
 
 +
* nginx打开文件的最大个数
 +
 
 +
buffer

导航菜单