技术池(jishuchi.com) 本次搜索耗时 4.186 秒,为您找到 176 个相关结果.
  • 4.3. flv

    flv flv This module provides the ability to seek within FLV (Flash) files using time-based offsets. 本模块提供FLV文件加载基于时间位移. Module ngx_http_flv_module offers special handling of ...
  • 1.8. 调试 nginx

    调试 nginx 调试 nginx Nginx的一个 杀手级特性 就是你能使用 debug_connection 指令只调试 某些 连接。 这个设置只有是你使用 —with-debug 编译的nginx才有效。
  • 配置示例和方法

    配置示例和方法 配置示例和方法 7. 配置示例和方法 7.1. 完整例子 7.2. 完整例子2 7.3. 虚拟主机 7.4. 负载均衡 7.5. nginx防盗链 7.6. HWLoadbalancerCheckErrors
  • 3.9. HttpFcgi模块

    HttpFcgi模块 fastcgi_buffers fastcgi_buffer_size fastcgi_cache fastcgi_cache_key fastcgi_cache_methods fastcgi_cache_min_uses fastcgi_cache_path fastcgi_cache_use_stale fastc...
  • 核心模块

    核心模块 核心模块 2. 核心模块 2.1. Nginx主模块 2.2. Nginx事件模块
  • 3.18. map

    map 指令 map map_hash_max_size map_hash_bucket_size References map This module allows you to classify, or map a set of values into a different set of values and store the re...
  • 4.8. HttpSSL

    HttpSSL Generate Certificates 指令 ssl ssl_certificate ssl_certificate_key ssl_client_certificate ssl_dhparam ssl_ciphers ssl_crl ssl_prefer_server_ciphers ssl_protocols s...
  • 3.5. HttpAutoindex模块

    HttpAutoindex模块 指导 autoindex autoindex_exact_size autoindex_localtime 参考 HttpAutoindex模块 此模块用于自动生成目录列表. ngx_http_autoindex_module只在 ngx_http_index_module模块未找到索引文件时发出请求. ...
  • 3.13. HttpIndex模块

    HttpIndex模块 参见 HttpIndex模块 语法: index file [file…] 默认值: index index.html 作用域: http, server, location 该指令用来指定用来做默认文档的文件名,可以在文件名处使用变量。 如果您指定了多个文件,那么将按照您指定的顺序逐个查找。 可以在列表末尾加上一个绝...
  • 3.15. HttpLimit zone

    HttpLimit zone 指令 limit_zone limit_conn References HttpLimit zone 本模块可以针对条件,进行会话的并发连接数控制。(例如:限制每个IP的并发连接数。) 配置示例 http { : limit_zone one $binary_remote_addr 1...