Skip to content

Commit

Permalink
allow larger uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Dec 11, 2020
1 parent 4821ea2 commit b111092
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/nginx.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ http {
#Must read the body in 5 seconds.
client_body_timeout 5;

client_max_body_size 32m;

upstream app_server {
server unix:/tmp/nginx.socket fail_timeout=0;
}
Expand Down

0 comments on commit b111092

Please sign in to comment.