increasing client max body size for uploads

This commit is contained in:
Martin McKeaveney 2022-03-21 15:24:39 +00:00
parent 4ee5256ad3
commit e2d9811474
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;