1、auth_basic
Syntax: auth_basic string | off; Default: auth_basic off; Context: http, server, location, limit_except
1、auth_basic
Syntax: auth_basic string | off; Default: auth_basic off; Context: http, server, location, limit_except
1、aio(异步IO)
Syntax: aio on | off | threads[=pool]; #不知道什么原因 on设置在1.11版本中,不可用 Default: aio off; Context: http, server, location
一、http Croe模块
语法:location [=|~|~*|^~] /uri/ { … }
配置块:server
待补充..
1、默认方式启动
# /usr/local/nginx/sbin/nginx # 在没有显式指定nginx.conf配置文件路径时,将打开configure命令执行时的--conf-path指定的nginx.conf文件
tcp_fin_timeout :INTEGER
默认值是 60
对于本端断开的socket连接,TCP保持在FIN_WAIT_2状态的时间。对方可能会断开连接或一直不结束连接或不可预料的进程死亡。默认值为 60 秒。过去在2.2版本的内核中是 180 秒。您可以设置该值﹐但需要注意﹐如果您的机器为负载很重的web服务器﹐您可能要冒内存被大量无效数据报填满的风险﹐FIN-WAIT-2 sockets 的危险性低于 FIN-WAIT-1 ﹐因为它们最多只吃 1.5K 的内存﹐但是它们存在时间更长。另外参考 tcp_max_orphans。
参考官方github文档:
# Server
redis_version:3.2.3 //Redis的版本号
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:a63c5ae1f392752f
redis_mode:standalone
os:Linux 2.6.32-504.el6.x86_64 x86_64 //Linux版本