1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

client max body size = 500M

This commit is contained in:
Krakinou 2021-05-29 13:50:07 +02:00
parent f697ca31df
commit 4afe5c3d1f

View file

@ -3,6 +3,10 @@ location __PATH__ {
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
#Client max body size to allow upload of ebook.
#big number as audiobook may be quite big
client_max_body_size 500M;
#Proxy buffering is required for Kobo sync on large library
proxy_busy_buffers_size 512k;
proxy_buffers 4 512k;