hosts/library: fix open-webui websockets
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1s

This commit is contained in:
2026-01-20 00:00:03 +00:00
parent 64aeb757f4
commit 23a7f9cef3
2 changed files with 2 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ in
# Disable proxy buffering for better streaming response from models
proxy_buffering off;
proxy_cache off;
# Increase max request size for large attachments and long audio messages
client_max_body_size 20M;