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:
parent
f697ca31df
commit
4afe5c3d1f
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ location __PATH__ {
|
||||||
if ($scheme = http) {
|
if ($scheme = http) {
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
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 buffering is required for Kobo sync on large library
|
||||||
proxy_busy_buffers_size 512k;
|
proxy_busy_buffers_size 512k;
|
||||||
proxy_buffers 4 512k;
|
proxy_buffers 4 512k;
|
||||||
|
|
Loading…
Add table
Reference in a new issue