homelab: adjusted nginx upload limits for audiobookshelf

This commit is contained in:
Aly Raffauf 2024-03-15 19:13:28 -04:00
parent afb69e84e7
commit a9a6333435

View file

@ -52,6 +52,7 @@
proxy_set_header Connection "upgrade";
proxy_redirect http:// https://;
proxy_buffering off;
client_max_body_size 100M;
'';
};
};