Re: can not download file from my site ( django + uwsgi )

2011-04-11 Thread Jeffrey4l
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

can not download file from my site ( django + uwsgi )

2011-04-11 Thread Jeffrey4l
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