# proxy\_headers\_hash\_bucket\_size

<mark style="color:blue;">**proxy\_headers\_hash\_bucket\_size**</mark>指令用于**设置Nginx服务器申请存放HTTP报文头的哈希表容量的单位大小**。其语法结构为：

```nginx
proxy_headers_hash_bucket_size size;
```

其中，<mark style="color:blue;">**size**</mark>为设置的容量，<mark style="color:blue;">**默认为64个字符。**</mark>
