mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 17:41:53 -05:00
homelab: adjusted nginx upload limits for audiobookshelf
This commit is contained in:
parent
afb69e84e7
commit
a9a6333435
|
@ -52,6 +52,7 @@
|
|||
proxy_set_header Connection "upgrade";
|
||||
proxy_redirect http:// https://;
|
||||
proxy_buffering off;
|
||||
client_max_body_size 100M;
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue