From fdbbdf953d93ca3bf2dbf773accca0783808d959 Mon Sep 17 00:00:00 2001 From: Aditya Chandel <8075870+adityachandelgit@users.noreply.github.com> Date: Thu, 2 Oct 2025 23:58:14 -0600 Subject: [PATCH] Resolve Kobo Library Synchronization Issue (#1254) --- nginx.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nginx.conf b/nginx.conf index 26fd17da1..bf4a6a008 100644 --- a/nginx.conf +++ b/nginx.conf @@ -7,6 +7,11 @@ http { # Set max request body size to 100MB (adjust as needed) client_max_body_size 1000M; + + proxy_buffer_size 128k; + proxy_buffers 4 256k; + proxy_busy_buffers_size 256k; + large_client_header_buffers 8 32k; server { listen ${BOOKLORE_PORT};