uWSGI:"你没有缓冲后启用harakiri"的解决方案是什么?

010*_*101 14 uwsgi

uWSGI的附庸ini中的哪些配置设置可以解决此问题?

*** WARNING: you have enabled harakiri without post buffering. Slow upload could be rejected on post-unbuffered webservers ***

rob*_*rto 12

选项是(对不起,我知道它可能看起来很讽刺,但我不是) - post-buffering,但在设置之前,请确保你有一个无缓冲后的网络服务器作为你的代理(如apache).如果不是,您可以忽略该消息

  • Nginx中uWSGI的无缓冲请求体:http://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_request_buffering (3认同)