uwsgi_hide_header

Syntax: uwsgi_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 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.

doc_nginx
2017-02-09 07:10:01
Comments
Leave a Comment

Please login to continue.