diff --git a/proxy/nginx.conf b/proxy/nginx.conf
index 9ef9b2467a6d7ebf525b7e016bc4026716e7e252..2b403776134414940696a70e262c424ec24005b1 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