| Syntax: |  fastcgi_hide_header  |  
|---|---|
| Default: | — | 
| Context: |  http, server, location |  
 By default, nginx does not pass the header fields “Status” and “X-Accel-...” from the response of a FastCGI server to a client. The fastcgi_hide_header directive sets additional fields that will not be passed. If, on the contrary, the passing of fields needs to be permitted, the fastcgi_pass_header directive can be used. 
Please login to continue.