Browse Source

Add caddy reverse proxy websocket example

pull/2119/head
Neale Pickett 4 months ago
parent
commit
3e2beb4090
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      docs/MANUAL.md

+ 8
- 0
docs/MANUAL.md View File

@@ -1027,6 +1027,14 @@ ProxyPass /webirc http://127.0.0.1:8067 upgrade=websocket
1027 1027
 ProxyPassReverse /webirc http://127.0.0.1:8067
1028 1028
 ```
1029 1029
 
1030
+On Caddy, websocket proxying can be configured with:
1031
+
1032
+```
1033
+handle_path /webirc {
1034
+  reverse_proxy ircd:8067
1035
+}
1036
+```
1037
+
1030 1038
 ## Migrating from Anope or Atheme
1031 1039
 
1032 1040
 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…
Cancel
Save