map_hash_max_size 2048; Context: stream Sets the maximum size of the map variables hash tables. The details of setting up hash tables are provided in a separate document.
ngx_http_image_filter_module ngx_http_index_module ngx_http_js_module ngx_http_keyval_module ngx_http_limit_conn_module ngx_http_limit_req_module ngx_http_log_module ngx_http_map_module ngx_http_memcached_module ngx_http_mirror_module ngx_http_mp4_module ngx_http_perl_module ngx_http_prox...
ngx_stream_map_module 模块(1.11.2+)创建变量,其值取决于其他变量的值。 示例配置 map $remote_addr $limit { 127.0.0.1 ""; default $binary_remote_addr; } limit_conn_zone $limit zone=addr:10m; limit_conn addr 1; map 语法:map string $variable { … } 默认:— 上下文:stream 创建新变量...
defaultdefaulthostnames 代码语言: 复制 1 复制 .example.1