From 7b525f8899b467f454cf9511fd6fcd45ede21f04 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Fri, 12 Jan 2024 11:30:53 -0700 Subject: [PATCH] Add caddy reverse proxy websocket example (#2119) * Add caddy reverse proxy websocket example * Use consistent hostname for caddy reverse proxy --- docs/MANUAL.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/MANUAL.md b/docs/MANUAL.md index 7e112821..8308fe8c 100644 --- a/docs/MANUAL.md +++ b/docs/MANUAL.md @@ -1033,6 +1033,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 127.0.0.1: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: