mirror of
https://github.com/ergochat/ergo.git
synced 2025-01-24 11:14:10 +01:00
review fix
This commit is contained in:
parent
0362269215
commit
72599ba01f
@ -19,10 +19,11 @@ server:
|
|||||||
# Unix domain socket for proxying:
|
# Unix domain socket for proxying:
|
||||||
# - "/tmp/oragono_sock"
|
# - "/tmp/oragono_sock"
|
||||||
|
|
||||||
# permissions for Unix listen sockets. the default of 0755 is only accessible
|
# sets the permissions for Unix listen sockets. on a typical Linux system,
|
||||||
# by the user that owns the oragono process. change to 0777 for behavior like
|
# the default is 0775 or 0755, which prevents other users/groups from connecting
|
||||||
# a regular TCP socket (processes owned by any user can connect to oragono):
|
# to the socket. With 0777, it behaves like a normal TCP socket
|
||||||
# unix-bind-mode: 0755
|
# where anyone can connect.
|
||||||
|
unix-bind-mode: 0777
|
||||||
|
|
||||||
# tls listeners
|
# tls listeners
|
||||||
tls-listeners:
|
tls-listeners:
|
||||||
|
Loading…
Reference in New Issue
Block a user