# proxy\_ignore\_headers

<mark style="color:blue;">**proxy\_ignore\_headers**</mark>指令用于设置一些HTTP响应头中的头域，Nginx服务器接收到被代理服务器的响应数据后，不会处理被设置的头域。其语法结构为：

```nginx
proxy_ignore_headers field ...;
```

其中，<mark style="color:blue;">**field**</mark>为要设置的HTTP响应头的头域。
