Commit 01baa459 by John Donnal

nilmdb fix to handle large read requests

parent a457584e
Showing with 3 additions and 0 deletions
......@@ -3,4 +3,6 @@ location /nilmdb {
uwsgi_buffering off;
uwsgi_pass unix:/tmp/nilmdb.sock;
client_max_body_size 0;
# disable buffer to handle large read requests
uwsgi_max_temp_file_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