scgi_hide_header

Syntax: scgi_hide_header field;
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.

doc_nginx
2017-02-09 07:08:56
Comments
Leave a Comment

Please login to continue.