nextcloud / nextcloud/whiteboard
Apache reverse proxy setting without trailing slash
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 215
- Forks
- 39
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 32
Description
To setup whiteboard for Nextcloud, in the installation documentation (README) the reverse proxy setting for Apache >= 2.4.47 is described as
ProxyPass /whiteboard http://localhost:3002/ upgrade=websocket
however only without trailing slash it is working for me:
ProxyPass /whiteboard http://localhost:3002 upgrade=websocket
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the installation documentation in README and locate the Apache >=2.4.47 ProxyPass example for the whiteboard server. Verify the reported behavior of the versions with and without the trailing slash, then update the example to the accurate syntax and confirm the surrounding setup instructions remain consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- apache
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100