mirror of
https://github.com/booklore-app/booklore.git
synced 2025-12-23 22:28:11 -05: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