mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Issue: problem accedding to settings when ollama is config in nginx as subfolder on same domain. #4123
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 @rgaricano on GitHub (Feb 25, 2025).
When there is configurated a ollama connection & also ollama server is setup on nginx as subfolder of same domain (location /ollama/ ) it's impossible to enter in admin/setting/connections, petition is redirected to ollama server and not to openwebui endpoint.
I know that strictly this isn't a bug, and could be solved with a better web server config.
I'm reporting this in case it happens to someone else and they don't know why.