mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-28 02:05:41 -05:00
doc/setup: use plaintext HTTP listener for soju
This commit is contained in:
parent
5db432b57a
commit
5171e0010d
1 changed files with 3 additions and 2 deletions
|
@ -5,8 +5,9 @@ the same HTTP server is used as a reverse proxy for the IRC WebSocket.
|
|||
|
||||
## [soju]
|
||||
|
||||
Add a WebSocket listener to soju, e.g. `listen wss://127.0.0.1:8080`. Then
|
||||
configure your reverse proxy to serve gamja files and proxy `/socket` to soju.
|
||||
Add a WebSocket listener to soju, e.g. `listen ws+insecure://127.0.0.1:8080`.
|
||||
Then configure your reverse proxy to serve gamja files and proxy `/socket` to
|
||||
soju.
|
||||
|
||||
## [webircgateway]
|
||||
|
||||
|
|
Loading…
Reference in a new issue