What configuration setting in a vassal ini for uWSGI would correct this problem?
*** WARNING: you have enabled harakiri without post buffering. Slow upload could be rejected on post-unbuffered webservers ***
The option is (sorry i know it could look sarcastic but i am not) --post-buffering, but before setting it be sure you have a post-unbuffered webserver as your proxy (like apache). If not you can ignore that message.
If you're using Nginx with either proxy_pass
or uwsgi_pass
and haven't explicitly set either proxy_request_buffering off
or uwsgi_request_buffering off
respectively, you can safely ignore this warning, since request buffering is on by default since version 1.7.11. See the documentation for proxy_buffering and uwsgi_request_buffering.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With