mirror of
https://github.com/ergochat/ergo.git
synced 2026-01-26 21:39:21 -08:00
WebSockets: add configuration doc
This commit is contained in:
parent
f5930444f7
commit
b71e23d814
2 changed files with 8 additions and 0 deletions
|
|
@ -40,6 +40,10 @@ server:
|
|||
# "/hidden_service_sockets/oragono_tor_sock":
|
||||
# tor: true
|
||||
|
||||
# Example of a WebSocket listener.
|
||||
#"127.0.0.1:8080":
|
||||
# websocket: true
|
||||
|
||||
# sets the permissions for Unix listen sockets. on a typical Linux system,
|
||||
# the default is 0775 or 0755, which prevents other users/groups from connecting
|
||||
# to the socket. With 0777, it behaves like a normal TCP socket
|
||||
|
|
|
|||
|
|
@ -61,6 +61,10 @@ server:
|
|||
# "/hidden_service_sockets/oragono_tor_sock":
|
||||
# tor: true
|
||||
|
||||
# Example of a WebSocket listener.
|
||||
#"127.0.0.1:8080":
|
||||
# websocket: true
|
||||
|
||||
# sets the permissions for Unix listen sockets. on a typical Linux system,
|
||||
# the default is 0775 or 0755, which prevents other users/groups from connecting
|
||||
# to the socket. With 0777, it behaves like a normal TCP socket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue