Update the nginx config to allow for request bodies up to 20gb.

This commit is contained in:
Jake Moshenko 2014-08-27 16:41:30 -04:00
parent 97aa2c5aaa
commit 551539dbc5

View file

@ -1,4 +1,4 @@
client_max_body_size 8G;
client_max_body_size 20G;
client_body_temp_path /var/log/nginx/client_body 1 2;
server_name _;