From 3dde36bc39c1e2aa87fc6595cb9401f1e5d8d3c3 Mon Sep 17 00:00:00 2001 From: Danil Date: Mon, 3 Jul 2023 17:52:40 +0000 Subject: [PATCH] try 2 --- default.conf | 1 + 1 file changed, 1 insertion(+) 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) {