mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-03-29 23:20:23 -04:00
unix sockets
Signed-off-by: girlbossceo <june@girlboss.ceo>
This commit is contained in:
commit
28b63e913f
8 changed files with 183 additions and 40 deletions
|
|
@ -68,3 +68,10 @@ allow_public_room_directory_without_auth = false
|
|||
# Set this to true to allow federating device display names / allow external users to see your device display name.
|
||||
# If federation is disabled entirely (`allow_federation`), this is inherently false.
|
||||
allow_device_name_federation = false
|
||||
|
||||
# Uncomment unix_socket_path to listen on a UNIX socket at the specified path.
|
||||
# If listening on a UNIX socket, you must remove the 'address' key if defined and add your
|
||||
# reverse proxy (nginx/Caddy/Apache/etc) to the 'conduit' group, unless world RW
|
||||
# permissions are specified with unix_socket_perms (666 minimum).
|
||||
#unix_socket_path = "/run/conduit/conduit.sock"
|
||||
#unix_socket_perms = 660
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue