From a7ad44d840ffa1e2ef74e4e288798dbc05076772 Mon Sep 17 00:00:00 2001 From: Thomas Rogers Date: Sat, 30 Aug 2025 17:29:21 +0200 Subject: [PATCH] fix(nginx): add max size to requests to nginx --- self-hosting/nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) 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;