Browse Source

Merge pull request #2055 from slingamn/doc_update

add apache websocket example
tags/v2.12.0-rc1
Shivaram Lingamneni 1 year ago
parent
commit
378d88fee2
No account linked to committer's email address
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      docs/MANUAL.md

+ 10
- 0
docs/MANUAL.md View File

1017
 }
1017
 }
1018
 ```
1018
 ```
1019
 
1019
 
1020
+On Apache 2.4.47 or higher, websocket proxying can be configured with:
1021
+
1022
+```
1023
+RequestHeader setifempty X-Forwarded-Proto https
1024
+
1025
+ProxyPreserveHost On
1026
+ProxyPass /webirc http://127.0.0.1:8067 upgrade=websocket
1027
+ProxyPassReverse /webirc http://127.0.0.1:8067
1028
+```
1029
+
1020
 ## Migrating from Anope or Atheme
1030
 ## Migrating from Anope or Atheme
1021
 
1031
 
1022
 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:
1032
 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