
nginx
fearless11
记录
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nginx认证与访问模块
nginx登录认证模块Module ngx_http_auth_basic_moduleSyntax: auth_basic string | off; Default: auth_basic off; Context: http, server, location, limit_except 说明: string说明影响的范围,off只在当前的指定context中有效,不会被继承Sy翻译 2017-09-10 16:37:00 · 909 阅读 · 0 评论 -
nginx中ssl模块
nginx的http的ssl模块Module ngx_http_ssl_moduleTo reduce the processor load it is recommended to .set the number of worker processes equal to the number of processors, .enable keep-alive connections,翻译 2017-09-10 19:56:48 · 821 阅读 · 0 评论