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