1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

Merge pull request #4984 from Budibase/fix/request-body-size

increasing client max body size for uploads
This commit is contained in:
Martin McKeaveney 2022-03-22 16:34:06 +00:00 committed by GitHub
commit 6fd1fd4387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,9 +22,8 @@ http {
resolver {{ resolver }} valid=10s ipv6=off;
# buffering
client_body_buffer_size 1K;
client_header_buffer_size 1k;
client_max_body_size 10M;
client_max_body_size 20M;
ignore_invalid_headers off;
proxy_buffering off;