How to host the web service from a subpath?
Open
Type:Bug
- Dominant language
- Go
- Stars
- 2.1k
- Forks
- 274
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 103
Description
## Describe the bug
I want to be able to host the web service from a subpath, e.g. https://example.com/ocis. It seems that's not currenlty possible since `index.html` has `base href="/"`, even when I set the `WEB_HTTP_ROOT` environment variable to `/ocis`.
I also tried to edit the base href to `base href="/ocis"` from Caddy (using https://github.com/caddyserver/replace-response), but the login page is empty:

Contributor guide
Assessment
This issue has not been assessed yet.