Skip to content

Commit

Permalink
docs: Fix whiteboard ProxyPass without trailing slash
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <jus@bitgrid.net>
  • Loading branch information
juliushaertl authored Oct 9, 2024
1 parent 73bd53d commit c51bf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ services:
#### Apache
```
ProxyPass /whiteboard http://localhost:3002/
ProxyPass /whiteboard http://localhost:3002
RewriteEngine on
RewriteCond %{HTTP:Upgrade} websocket [NC]
RewriteCond %{HTTP:Connection} upgrade [NC]
Expand Down

0 comments on commit c51bf3c

Please sign in to comment.