Преглед на файлове

Merge pull request #2055 from slingamn/doc_update

add apache websocket example
tags/v2.12.0-rc1
Shivaram Lingamneni преди 1 година
родител
ревизия
378d88fee2
No account linked to committer's email address
променени са 1 файла, в които са добавени 10 реда и са изтрити 0 реда
  1. 10
    0
      docs/MANUAL.md

+ 10
- 0
docs/MANUAL.md Целия файл

@@ -1017,6 +1017,16 @@ or with Gamja, create a new `config.json` (in the base directory of the Gamja in
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 1030
 ## Migrating from Anope or Atheme
1021 1031
 
1022 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…
Отказ
Запис