Syntax: | uwsgi_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 uwsgi server to a client. The uwsgi_hide_header
directive sets additional fields that will not be passed. If, on the contrary, the passing of fields needs to be permitted, the uwsgi_pass_header directive can be used.
Please login to continue.