Syntax: uwsgi_param
parameter value
[if_not_empty]; Default: — Context: http, server, location
Sets a parameter that should be passed to the uwsgi server. The value can contain text, variables, and their combination. These directives are inherited from the previous level if and only if there are no uwsgi_param directives defined on the current level.
Standard CGI environment variables should be provided as uwsgi headers, see the uwsgi_params file provided in the distribu