mirror of
https://github.com/adityachandelgit/BookLore.git
synced 2026-01-05 22:40:46 -06:00
Resolve Kobo Library Synchronization Issue (#1254)
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user