配置conf文件 #user nobody;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/nginx.pid ...
分类:
其他好文 时间:
2016-10-24 09:50:42
阅读次数:
337
#运行用户user nobody;#启动进程,通常设置成和cpu的数量相等worker_processes 1; #全局错误日志及PID文件#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error ...
分类:
其他好文 时间:
2016-10-21 15:49:57
阅读次数:
274
Nginx的配置文件nginx.conf配置详解如下: user nginx nginx ; Nginx用户及组:用户 组。window下不指定 worker_processes 8; 工作进程:数目。根据硬件调整,通常等于CPU数量或者2倍于CPU。 error_log logs/error.lo... ...
分类:
其他好文 时间:
2016-10-20 21:33:05
阅读次数:
302
#定义Nginx运行的用户和用户组 user www www; #nginx进程数,建议设置为等于CPU总核心数。 worker_processes 8; #全局错误日志定义类型,[ debug | info | notice | warn | error | crit ] error_log /v ...
分类:
其他好文 时间:
2016-10-18 14:00:43
阅读次数:
144
zabbix报错:ToomanyprocessesonXiningCity报错信息:ToomanyprocessesonXiningCity(服务器名称)报错原因分析:服务器进程大于300,默认值为300,有些服务器进程很容易超过300,这里我们可以调整Toomanyprocesseson{HOST.NAME}修改值为3000,原值为300解决方法:修改Toomanyp..
分类:
其他好文 时间:
2016-10-14 00:57:27
阅读次数:
2204
1,nginx的目录结构 2配置文件讲解安装好之后在没有配置的情况下,nginx的配置文件说明 简洁版: 详细版 1 #user nobody; #运行用户 2 worker_processes 1; #nginx进程数,建议设置为等于CPU总核心数。 3 4 #error_log logs/err ...
分类:
其他好文 时间:
2016-10-12 14:09:57
阅读次数:
217
本文参考地址:http://activiti.org/userguide/index.html#bpmnConstructs BPMN 2.0中的重要概念: Events 事件 Sequence Flow 顺序流 Gateways 网关 Tasks 任务 Sub-Processes and Call ...
分类:
其他好文 时间:
2016-10-09 16:56:27
阅读次数:
618
#定义Nginx运行的用户和用户组user www www; #nginx进程数,建议设置为等于CPU总核心数。worker_processes 8; #全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]error_log /var/... ...
分类:
其他好文 时间:
2016-10-03 21:28:02
阅读次数:
162
使用nginx做cache服务器 需求就是缓存android的软件包,后缀名是apk。话不多说,直接上配置,供参考: a-->nginx.conf user www www; worker_processes 8; error_log /data/logs/nginx_error.log crit; ...
分类:
其他好文 时间:
2016-09-30 18:23:13
阅读次数:
210
What will you do when you conduct a malware analysis on a smartphone? You will focus on running processes or services, and also you'll capture memory ...
分类:
其他好文 时间:
2016-09-24 16:04:03
阅读次数:
91