mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-18 02:04:06 -05:00
[GH-ISSUE #4913] The reaction time of chat window become slower when I use nginx with SSL as reverse proxy #13785
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?
Originally created by @carltin0315 on GitHub (Aug 26, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4913
I want to serve the open webui with https. Therefore, I tried to run a clean open-webui with ollama using docker and use nginx with self signed cert as reverse proxy to redirect port 443 to port 3000.
When th setup is done, I found that the streaming output effect the chat window is missing, and the results are shown by chunk.
If I access open webui with localhost:3000, everything is fine.
Do anyone have similar issue about this?