mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #17257] issue: Serve on Subpath #56889
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 @xx1182 on GitHub (Sep 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17257
Check Existing Issues
Installation Method
Docker
Open WebUI Version
:latest
Ollama Version (if applicable)
:latest
Operating System
Arch BTW
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
For Caddy
Myexemple.com {
handle_path /uiai/* {
reverse_proxy :3000
}
Actual Behavior
It doesn't work
Steps to Reproduce
Docker compose up -d
Logs & Screenshots
Logs
Additional Information
No response
@tjbck commented on GitHub (Sep 7, 2025):
Not supported and Not planned. PLEASE look for existing issues/discussions before creating one.
@muety commented on GitHub (Nov 9, 2025):
Why is this not supported? It's quite a common use case and shouldn't be hard to implement. Would love to have support for OpenWebUI being served under a subpath.
@JAEarly commented on GitHub (Mar 30, 2026):
I would also like to have support for this. I will happily open a PR if maintainers are on board with the idea
@s-nt-s commented on GitHub (Apr 10, 2026):
Why is this not supported????? It is a essential functionality
@Classic298 commented on GitHub (Apr 10, 2026):
@s-nt-s there is an existing discussion. Comment there. It is HARD to implement, in fact, extremely hard and requires a lot of testing. CC @muety