mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 10:05:26 -04:00
[PR #468] [MERGED] Update nginx docs: increase max request size #530
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/docs/pull/468
Author: @vorotynsky
Created: 4/2/2025
Status: ✅ Merged
Merged: 4/2/2025
Merged by: @tjbck
Base:
main← Head:nginx📝 Commits (1)
8b104c8docs(nginx): increase max request size📊 Changes
3 files changed (+12 additions, -0 deletions)
View changed files
📝
docs/tutorials/tab-nginx/LetsEncrypt.md(+4 -0)📝
docs/tutorials/tab-nginx/SelfSigned.md(+4 -0)📝
docs/tutorials/tab-nginx/Windows.md(+4 -0)📄 Description
This PR updates the Nginx configuration example to set
client_max_body_size, allowing support for large attachments and long audio messages.The setting is currently applied to
/, but if needed, it can be moved to specific routes like/filesand/transcriptionsto limit its scope. Let me know if any adjustments are required🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.