Skip to content

Commit b111092

Browse files
committed
allow larger uploads
1 parent 4821ea2 commit b111092

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/nginx.conf.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ http {
2626
#Must read the body in 5 seconds.
2727
client_body_timeout 5;
2828

29+
client_max_body_size 32m;
30+
2931
upstream app_server {
3032
server unix:/tmp/nginx.socket fail_timeout=0;
3133
}

0 commit comments

Comments
 (0)