mirror of
https://github.com/ergochat/ergo.git
synced 2025-01-22 02:04:10 +01:00
Add caddy reverse proxy websocket example (#2119)
* Add caddy reverse proxy websocket example * Use consistent hostname for caddy reverse proxy
This commit is contained in:
parent
3839f8ae60
commit
7b525f8899
@ -1033,6 +1033,14 @@ ProxyPass /webirc http://127.0.0.1:8067 upgrade=websocket
|
|||||||
ProxyPassReverse /webirc http://127.0.0.1:8067
|
ProxyPassReverse /webirc http://127.0.0.1:8067
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On Caddy, websocket proxying can be configured with:
|
||||||
|
|
||||||
|
```
|
||||||
|
handle_path /webirc {
|
||||||
|
reverse_proxy 127.0.0.1:8067
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Migrating from Anope or Atheme
|
## 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:
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user