diff --git a/default.conf b/default.conf index 2185764..67d9427 100644 --- a/default.conf +++ b/default.conf @@ -136,6 +136,7 @@ server { location / { if ($host = hub.pena.digital) { + client_max_body_size 50M; proxy_pass http://hub; } if ($host = docs.pena.digital) {