Browse Source

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

increasing client max body size for uploads
pull/5073/head
Martin McKeaveney 4 years ago
committed by GitHub
parent
commit
6fd1fd4387
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      hosting/nginx.prod.conf.hbs

3
hosting/nginx.prod.conf.hbs

@ -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;

Loading…
Cancel
Save