Skip to content

Commit

Permalink
Merge pull request #488 from okfn/max-body-size
Browse files Browse the repository at this point in the history
increase max_body_size to allow larger file uploads
  • Loading branch information
chris48s committed Nov 3, 2020
2 parents ff54726 + 2a65595 commit 4975901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ server {
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_redirect off;
client_max_body_size 10M;
}
}

0 comments on commit 4975901

Please sign in to comment.