From 3c4847c0d39ba954271196917187034335559877 Mon Sep 17 00:00:00 2001
From: derneuere <faridani.rad@gmail.com>
Date: Tue, 8 Feb 2022 13:50:44 +0100
Subject: [PATCH] Remove large client_max_body_size

We don't need that anymore, because the chunked uploader sends only small chunks
---
 proxy/nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/nginx.conf b/proxy/nginx.conf
index 2b40377..dbb8e2b 100644
--- a/proxy/nginx.conf
+++ b/proxy/nginx.conf
@@ -10,7 +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