increasing client max body size for uploads

This commit is contained in:
Martin McKeaveney 2022-03-21 15:24:39 +00:00
parent 6f5565a421
commit 11b3d52857
1 changed files with 1 additions and 2 deletions

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;