From 048d54a3c396528c9f16b09935fa6e64f4918299 Mon Sep 17 00:00:00 2001 From: derneuere <faridani.rad@gmail.com> Date: Fri, 4 Feb 2022 15:42:26 +0100 Subject: [PATCH] Bump client request body size --- proxy/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy/nginx.conf b/proxy/nginx.conf index 9ef9b24..2b40377 100644 --- a/proxy/nginx.conf +++ b/proxy/nginx.conf @@ -10,6 +10,7 @@ events { http { server { listen 80; + client_max_body_size 100M; location / { # React routes are entirely on the App side in the web broswer # Always proxy to root with the same page request when nginx 404s -- GitLab