Update the nginx config to allow for request bodies up to 20gb.
This commit is contained in:
parent
97aa2c5aaa
commit
551539dbc5
1 changed files with 1 additions and 1 deletions
|
@ -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 _;
|
||||
|
||||
|
|
Reference in a new issue