ソースを参照

Merge pull request #2055 from slingamn/doc_update

add apache websocket example
tags/v2.12.0-rc1
Shivaram Lingamneni 1年前
コミット
378d88fee2
コミッターのメールアドレスに関連付けられたアカウントが存在しません
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:

読み込み中…
キャンセル
保存