I am sorry for paste wrong code.
here is the uwsgi_param config
{{{
uwsgi_param QUERY_STRING $query_string;
uwsgi_param REQUEST_METHOD $request_method;
uwsgi_param CONTENT_TYPE $content_type;
uwsgi_param CONTENT_LENGTH $content_length;
uwsgi_param REQUEST_URI$requ
Hi all,
If the site is started by './manager runserver', I can download file from
the site successfully. But the strange is that I can not download file from
it when it deployed using nginx and uwsgi. It just return part (25KB) of
the whole file(1MB).
does anyone know how to fix this?
here is
2 matches
Mail list logo