[PR #468] [MERGED] Update nginx docs: increase max request size #530

Closed
opened 2026-02-15 17:17:29 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: nginx


📝 Commits (1)

  • 8b104c8 docs(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 /files and /transcriptions to 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/468 **Author:** [@vorotynsky](https://github.com/vorotynsky) **Created:** 4/2/2025 **Status:** ✅ Merged **Merged:** 4/2/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `nginx` --- ### 📝 Commits (1) - [`8b104c8`](https://github.com/open-webui/docs/commit/8b104c8368ccdf8306fdd486e6bebe2b09c20a8d) docs(nginx): increase max request size ### 📊 Changes **3 files changed** (+12 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/tutorials/tab-nginx/LetsEncrypt.md` (+4 -0) 📝 `docs/tutorials/tab-nginx/SelfSigned.md` (+4 -0) 📝 `docs/tutorials/tab-nginx/Windows.md` (+4 -0) </details> ### 📄 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 `/files` and `/transcriptions` to limit its scope. Let me know if any adjustments are required --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:17:29 -05:00
yindo closed this issue 2026-02-15 17:17:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#530