diff --git a/self-hosting/nginx/nginx.conf b/self-hosting/nginx/nginx.conf index e36189094..0af2f52de 100644 --- a/self-hosting/nginx/nginx.conf +++ b/self-hosting/nginx/nginx.conf @@ -3,6 +3,7 @@ events {} http { sendfile on; keepalive_timeout 60; + client_max_body_size 100M; upstream omnivore_web { ip_hash;