Skip to content

Commit 54b2977

Browse files
committed
Increase the upload limit in nginx
1 parent 5db5e6e commit 54b2977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/nginx.conf.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ http {
2727

2828
#Must read the body in 5 seconds.
2929
client_body_timeout 5;
30+
client_max_body_size 10m;
3031

3132
upstream app_server {
3233
server localhost:8888 fail_timeout=0;

0 commit comments

Comments
 (0)