Skip to content

Commit

Permalink
Add caddy reverse proxy websocket example
Browse files Browse the repository at this point in the history
  • Loading branch information
nealey committed Jan 11, 2024
1 parent 4e574b9 commit 3e2beb4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,14 @@ ProxyPass /webirc http://127.0.0.1:8067 upgrade=websocket
ProxyPassReverse /webirc http://127.0.0.1:8067
```

On Caddy, websocket proxying can be configured with:

```
handle_path /webirc {
reverse_proxy ircd:8067
}
```

## Migrating from Anope or Atheme

You can import user and channel registrations from an Anope or Atheme database into a new Ergo database (not all features are supported). Use the following steps:
Expand Down

0 comments on commit 3e2beb4

Please sign in to comment.