Skip to content

Commit

Permalink
Merge pull request #220 from xtreme1-io/hotfix-nginx-body-size
Browse files Browse the repository at this point in the history
Increase nginx body size limit to 1TB
  • Loading branch information
jaggerwang authored Mar 15, 2024
2 parents 1b73b9d + b8091dc commit 9480adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ server {

# For proxy MinIO requests
ignore_invalid_headers off;
client_max_body_size 1000m;
client_max_body_size 1048576m;
proxy_buffering off;

location / {
Expand Down

0 comments on commit 9480adc

Please sign in to comment.