syntax: uwsgi_param parameter value
default: none
context: http, server, location
Directive assigns the parameter, which will be transferred to the uWSGI-server.
It is possible to use strings, variables and their combination as values. Directives not set are inherited from the outer level. Directives set in current level clear any previously defined directives for the current level.