Commit a457584e by source_reader

remove buffering from nilmdb uwsgi, breaks long read requests

parent 43f04fc3
Showing with 2 additions and 0 deletions
location /nilmdb {
include uwsgi_params;
uwsgi_buffering off;
uwsgi_pass unix:/tmp/nilmdb.sock;
client_max_body_size 0;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment