nextcloud / nextcloud/whiteboard

Apache reverse proxy setting without trailing slash

Open
#339 1 comment 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

setup
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

from https://help.nextcloud.com/t/whiteboard-server-failed-to-verify-the-connection-websocket-error/213193/2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.